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

- old
+ new

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