lib/policy/version.rb in policy-1.2.0 vs lib/policy/version.rb in policy-2.0.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.2.0".freeze + VERSION = "2.0.0".freeze -end # module Hexx +end # module Policy