lib/cliutils/version.rb in cliutils-1.0.2 vs lib/cliutils/version.rb in cliutils-1.0.3

- old
+ new

@@ -1,3 +1,4 @@ module CLIUtils - VERSION = "1.0.2" + # The current version of the gem + VERSION = "1.0.3" end