lib/cliutils/version.rb in cliutils-1.2.1 vs lib/cliutils/version.rb in cliutils-1.2.2

- old
+ new

@@ -1,4 +1,4 @@ module CLIUtils # The current version of the gem - VERSION = '1.2.1' + VERSION = '1.2.2' end