lib/attributes_dsl/version.rb in attributes_dsl-0.0.1 vs lib/attributes_dsl/version.rb in attributes_dsl-0.0.2

- old
+ new

@@ -2,8 +2,8 @@ module AttributesDSL # The semantic version of the module. # @see http://semver.org/ Semantic versioning 2.0 - VERSION = "0.0.1".freeze + VERSION = "0.0.2".freeze end # module AttributesDSL