diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2024-10-24 10:18:09 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-26 18:44:15 +0900 |
| commit | 9d3fd50cfed7658a2a92b989457ff04958f57b94 (patch) | |
| tree | 2259df6678923a7c056190c837caece841073075 | |
| parent | 89d4bbacfb428a451f2cbe43009956163b995341 (diff) | |
[ruby/json] Release 2.7.3
https://github.com/ruby/json/commit/7a3b482013
| -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 0f002cfe03..d3d621b755 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.rc1' + VERSION = '2.7.3' end |
