diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2024-10-24 10:46:10 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-26 18:44:15 +0900 |
| commit | 7d37ae67510a50ca0bf1baa98d648f10227fd22f (patch) | |
| tree | 5950149d4134ed1bd6c41c37df4b3bd58d29ffef | |
| parent | 9d3fd50cfed7658a2a92b989457ff04958f57b94 (diff) | |
[ruby/json] Start 2.8.0 development
https://github.com/ruby/json/commit/937c8d2e65
| -rw-r--r-- | ext/json/lib/json/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/lib/json/version.rb b/ext/json/lib/json/version.rb index d3d621b755..ee1312c7dd 100644 --- a/ext/json/lib/json/version.rb +++ b/ext/json/lib/json/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JSON - VERSION = '2.7.3' + VERSION = '2.8.0.alpha1' end |
