lib/policy/version.rb in policy-1.0.1 vs lib/policy/version.rb in policy-1.0.4

- old
+ new

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