lib/hanami/model/version.rb in hanami-model-1.3.2 vs lib/hanami/model/version.rb in hanami-model-1.3.3
- old
+ new
@@ -1,8 +1,10 @@
+# frozen_string_literal: true
+
module Hanami
module Model
# Defines the version
#
# @since 0.1.0
- VERSION = '1.3.2'.freeze
+ VERSION = "1.3.3"
end
end