lib/coder_wally/version.rb in coder_wally-0.1.0 vs lib/coder_wally/version.rb in coder_wally-0.1.1

- old
+ new

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