summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2024-12-18 17:58:38 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-19 08:45:31 +0900
commit91efe7b64f7ff6f67b8c270d37db50590af3a979 (patch)
treea6ef4f1ac664ca508b9df4bffc8e69092f41a67f
parent979b19b741b30b7e6f0bece5d11e9668297d2cd9 (diff)
[ruby/json] Release 2.9.1
https://github.com/ruby/json/commit/f745ec145e
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12394
-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 95854a4327..4fc5ff83d5 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.9.0'
+ VERSION = '2.9.1'
end