[ruby/json] Start 2.8.0 development

https://github.com/ruby/json/commit/937c8d2e65
This commit is contained in:
Jean Boussier 2024-10-24 10:46:10 +02:00 committed by Hiroshi SHIBATA
parent 9d3fd50cfe
commit 7d37ae6751

View File

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