From 3987731f6e44fcc5e3a5e6cf1206c74638fc5506 Mon Sep 17 00:00:00 2001 From: wheatwizard Date: Mon, 19 Sep 2016 02:10:24 -0400 Subject: [PATCH] fixed the goddamn version number again --- brain_flak.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brain_flak.rb b/brain_flak.rb index aba3272..a7f5336 100644 --- a/brain_flak.rb +++ b/brain_flak.rb @@ -52,7 +52,7 @@ end opts.on("-v", "--version", "Prints the version of the Brain-Flak interpreter and then exits") do - STDERR.puts "Brain-Flak Ruby Interpreter v1.0.1" + STDERR.puts "Brain-Flak Ruby Interpreter v1.0.0" exit end end