lib/cri.rb in cri-2.0rc1 vs lib/cri.rb in cri-2.0.0
- 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.0rc1'
+ VERSION = '2.0.0'
autoload 'Command', 'cri/command'
autoload 'CommandDSL', 'cri/command_dsl'
autoload 'OptionParser', 'cri/option_parser'