lib/attribute_extras/version.rb in attribute_extras-0.1.6 vs lib/attribute_extras/version.rb in attribute_extras-1.0.0
- old
+ new
@@ -1,6 +1,5 @@
-module AttributeExtras
+# frozen_string_literal: true
- # current version of the gem
- VERSION = '0.1.6'
-
+module AttributeExtras
+ VERSION = '1.0.0'
end