lib/cliutils/version.rb in cliutils-1.0.7 vs lib/cliutils/version.rb in cliutils-1.1.0

- old
+ new

@@ -1,4 +1,4 @@ module CLIUtils # The current version of the gem - VERSION = "1.0.7" + VERSION = "1.1.0" end