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

- old
+ new

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