We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb4fc2 commit 2cb3055Copy full SHA for 2cb3055
lib/racc/info.rb
@@ -11,7 +11,7 @@
11
#++
12
13
module Racc
14
- VERSION = '1.5.0'
+ VERSION = '1.5.1'
15
Version = VERSION
16
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
17
end
racc.gemspec
@@ -2,7 +2,7 @@
2
3
Gem::Specification.new do |s|
4
s.name = "racc"
5
- s.version = "1.5.0"
+ s.version = "1.5.1"
6
s.summary = "Racc is a LALR(1) parser generator"
7
s.description = <<DESC
8
Racc is a LALR(1) parser generator.
0 commit comments