lib/claide.rb in claide-0.3.2 vs lib/claide.rb in claide-0.4.0

- old
+ new

@@ -7,10 +7,10 @@ # @return [String] # # CLAide’s version, following [semver](http://semver.org). # - VERSION = '0.3.2' + VERSION = '0.4.0' require 'claide/argv.rb' require 'claide/command.rb' require 'claide/help.rb' require 'claide/informative_error.rb'