diff options
author | Jean Boussier <[email protected]> | 2024-11-06 16:10:15 +0100 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2024-11-06 23:31:30 +0100 |
commit | e4c15b8ace76d2a27191fe275b81d73f842cac26 (patch) | |
tree | 4b2ab25d86793f0d2b6ec92bdf364c7447b180a6 /ext/json | |
parent | d188a6883fead74d3468da96c0e3d05efd759a1e (diff) |
[ruby/json] Release 2.8.0
https://github.com/ruby/json/commit/8071cc6f09
Diffstat (limited to 'ext/json')
-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 ee1312c7dd..363bdbeadd 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.8.0.alpha1' + VERSION = '2.8.0' end |