summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2024-11-06 16:10:15 +0100
committerJean Boussier <[email protected]>2024-11-06 23:31:30 +0100
commite4c15b8ace76d2a27191fe275b81d73f842cac26 (patch)
tree4b2ab25d86793f0d2b6ec92bdf364c7447b180a6 /ext/json
parentd188a6883fead74d3468da96c0e3d05efd759a1e (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.rb2
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