lib/cri.rb in cri-2.0.0 vs lib/cri.rb in cri-2.0.1
- old
+ new
@@ -15,10 +15,10 @@
# command has no supercommand for which to show help.
class NoHelpAvailableError < Error
end
# The current Cri version.
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
autoload 'Command', 'cri/command'
autoload 'CommandDSL', 'cri/command_dsl'
autoload 'OptionParser', 'cri/option_parser'