[ruby/json] Release 2.7.3

https://github.com/ruby/json/commit/7a3b482013
This commit is contained in:
Jean Boussier 2024-10-24 10:18:09 +02:00 committed by Hiroshi SHIBATA
parent 89d4bbacfb
commit 9d3fd50cfe

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
VERSION = '2.7.3.rc1'
VERSION = '2.7.3'
end