lib/hanami/model/version.rb in hanami-model-1.1.0.rc1 vs lib/hanami/model/version.rb in hanami-model-1.1.0
- old
+ new
@@ -1,8 +1,8 @@
module Hanami
module Model
# Defines the version
#
# @since 0.1.0
- VERSION = '1.1.0.rc1'.freeze
+ VERSION = '1.1.0'.freeze
end
end