lib/hexx/suit/version.rb in hexx-suit-0.1.0 vs lib/hexx/suit/version.rb in hexx-suit-0.2.0

- old
+ new

@@ -1,7 +1,7 @@ module Hexx module Suit # The semantic version of the module. # @see http://semver.org/ Semantic versioning 2.0 - VERSION = "0.1.0".freeze + VERSION = "0.2.0".freeze end # module Suit end # module Hexx