lib/hanami/helpers/version.rb in hanami-helpers-0.0.0 vs lib/hanami/helpers/version.rb in hanami-helpers-0.3.0

- old
+ new

@@ -1,5 +1,8 @@ module Hanami module Helpers - VERSION = "0.0.0" + # Define version + # + # @since 0.1.0 + VERSION = '0.3.0'.freeze end end