diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-10-19 21:13:16 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2021-10-19 21:13:29 +0900 |
commit | 6b1efc54c8407e5f6bc1ca1ed3e0e5e79ab9c930 (patch) | |
tree | 0207c1df2cc497f98553c930bab3f8ad9f78b074 | |
parent | de68de87ea87a15d32ab9f42ac6207d190e1273d (diff) | |
download | ruby-6b1efc54c8407e5f6bc1ca1ed3e0e5e79ab9c930.tar.gz |
[ruby/racc] Bump up racc version to 1.6.0
https://github.com/ruby/racc/commit/0c5fe2637c
-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 f599b13cbb..bb1f100adc 100644 --- a/lib/racc/info.rb +++ b/lib/racc/info.rb @@ -11,7 +11,7 @@ #++ module Racc - VERSION = '1.5.2' + VERSION = '1.6.0' Version = VERSION Copyright = 'Copyright (c) 1999-2006 Minero Aoki' end |