diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-06-08 10:08:21 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-06-08 01:09:05 +0000 |
commit | 0f2ebfee85af383f859d9fdc64d58f654282c2be (patch) | |
tree | 5aede9ee0059ba06b923ee603fa26ef469edeeb3 | |
parent | 8206a821408cad106f96bd0da1fd517e1581b147 (diff) |
[ruby/racc] Bump up v1.7.0
https://github.com/ruby/racc/commit/0feca00301
-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 37bff7edba..045be64f50 100644 --- a/lib/racc/info.rb +++ b/lib/racc/info.rb @@ -11,7 +11,7 @@ #++ module Racc - VERSION = '1.6.2' + VERSION = '1.7.0' Version = VERSION Copyright = 'Copyright (c) 1999-2006 Minero Aoki' end |