lib/hanami/model/version.rb in hanami-model-0.0.0 vs lib/hanami/model/version.rb in hanami-model-0.6.0

- old
+ new

@@ -1,5 +1,8 @@ module Hanami module Model - VERSION = "0.0.0" + # Defines the version + # + # @since 0.1.0 + VERSION = '0.6.0'.freeze end end