summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 21:26:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 21:35:04 +0900
commit0b19f33480a026d0ddd17933cbd947466dd58c82 (patch)
tree0ca2dcd68fe2acee8ac4eeace985a20c8424b77e /lib
parent4a03df4507971e35732935cc2eb4a3bd9bf4a1a5 (diff)
[ruby/racc] Bump version to 1.5.1
https://github.com/ruby/racc/commit/2cb3055a73
Diffstat (limited to 'lib')
-rw-r--r--lib/racc/info.rb2
-rw-r--r--lib/racc/racc.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/racc/info.rb b/lib/racc/info.rb
index 04085bdc03..6934f902e8 100644
--- a/lib/racc/info.rb
+++ b/lib/racc/info.rb
@@ -11,7 +11,7 @@
#++
module Racc
- VERSION = '1.5.0'
+ VERSION = '1.5.1'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end
diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index af499cffe3..1e375fe26b 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "racc"
- s.version = "1.5.0"
+ s.version = "1.5.1"
s.summary = "Racc is a LALR(1) parser generator"
s.description = <<DESC
Racc is a LALR(1) parser generator.