lib/hexx/suit/version.rb in hexx-suit-0.2.2 vs lib/hexx/suit/version.rb in hexx-suit-1.0.0

- old
+ new

@@ -1,7 +1,13 @@ +# encoding: utf-8 + module Hexx + module Suit + # The semantic version of the module. # @see http://semver.org/ Semantic versioning 2.0 - VERSION = "0.2.2".freeze + VERSION = "1.0.0".freeze + end # module Suit + end # module Hexx