lib/cliutils/constants.rb in cliutils-2.0.0 vs lib/cliutils/constants.rb in cliutils-2.0.1

- old
+ new

@@ -1,5 +1,5 @@ # Stores constants to use. module CLIUtils # The current version of the gem - VERSION = '2.0.0' + VERSION = '2.0.1' end