lib/coder_wally/version.rb in coder_wally-0.1.2 vs lib/coder_wally/version.rb in coder_wally-1.0.0

- old
+ new

@@ -1,5 +1,5 @@ # All code in the gem is namespaced under this module. module CoderWally # The current version of CoderWally. - VERSION = '0.1.2' + VERSION = '1.0.0' end