diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-11-10 21:26:45 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-11-10 21:35:04 +0900 |
commit | 0b19f33480a026d0ddd17933cbd947466dd58c82 (patch) | |
tree | 0ca2dcd68fe2acee8ac4eeace985a20c8424b77e /lib/racc/info.rb | |
parent | 4a03df4507971e35732935cc2eb4a3bd9bf4a1a5 (diff) |
[ruby/racc] Bump version to 1.5.1
https://github.com/ruby/racc/commit/2cb3055a73
Diffstat (limited to 'lib/racc/info.rb')
-rw-r--r-- | lib/racc/info.rb | 2 |
1 files changed, 1 insertions, 1 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 |