Skip to content

Commit 2cb3055

Browse files
committed
Bump version to 1.5.1
1 parent 0eb4fc2 commit 2cb3055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/racc/info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#++
1212

1313
module Racc
14-
VERSION = '1.5.0'
14+
VERSION = '1.5.1'
1515
Version = VERSION
1616
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
1717
end

racc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "racc"
5-
s.version = "1.5.0"
5+
s.version = "1.5.1"
66
s.summary = "Racc is a LALR(1) parser generator"
77
s.description = <<DESC
88
Racc is a LALR(1) parser generator.

0 commit comments

Comments
 (0)