lib/assertion/version.rb in assertion-0.2.2 vs lib/assertion/version.rb in assertion-0.2.3

- old
+ new

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