Skip to content

Commit

Permalink
Fixed version string and update it to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1000000000 committed Sep 14, 2016
1 parent caefe5f commit 097d402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brain_flak.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 DEVEL"
STDERR.puts "Brain-Flak Ruby Interpreter v1.0.1"
exit
end
end
Expand Down

0 comments on commit 097d402

Please sign in to comment.