diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-12-26 14:27:14 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-12-26 15:10:49 +0900 |
commit | bb04856bca76c2db923b0118716dc6f12afbe491 (patch) | |
tree | e4ba13f48a45624660371f55314b9566d32858db /lib | |
parent | 533bf6f19df7ea6bbfb9909f58afe2088a7914d5 (diff) |
[ruby/racc] Bump version to 1.5.2
https://github.com/ruby/racc/commit/ce0d7b9cde
Diffstat (limited to 'lib')
-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 6934f902e8..f599b13cbb 100644 --- a/lib/racc/info.rb +++ b/lib/racc/info.rb @@ -11,7 +11,7 @@ #++ module Racc - VERSION = '1.5.1' + VERSION = '1.5.2' Version = VERSION Copyright = 'Copyright (c) 1999-2006 Minero Aoki' end |