lib/policy/version.rb in policy-1.1.0 vs lib/policy/version.rb in policy-1.2.0

- old
+ new

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