bin/99_game in 99_game-3.1.0.1 vs bin/99_game in 99_game-3.1.1

- old
+ new

@@ -5,10 +5,10 @@ BEGIN { # Looks at its arguements ARGV[0] = "-h" if ARGV[0] == "--help" ARGV[0] = "-v" if ARGV[0] == "--version" case ARGV[0] when "-v" - puts "3.0.0.pre" + puts "3.1.1" exit when "-h" puts "\u00B7 Commands" puts "\t\u00b7 -v/--version - display version" puts "\t\u00B7 -h/--help - shows this message\n"