lib/cri.rb in cri-2.0.1 vs lib/cri.rb in cri-2.0.2

- 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.1' + VERSION = '2.0.2' autoload 'Command', 'cri/command' autoload 'CommandDSL', 'cri/command_dsl' autoload 'OptionParser', 'cri/option_parser'