bin/99_game in 99_game-3.1.2.pre.110 vs bin/99_game in 99_game-3.1.2.pre.111

- 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.1.1" + puts "3.1.2" exit when "-h" puts "\u00B7 Commands" puts "\t\u00b7 -v/--version - display version" puts "\t\u00B7 -h/--help - shows this message\n"