[ruby/json] Release 2.8.2

d5e4a6e3fd
This commit is contained in:
Jean Boussier 2024-11-14 14:54:13 +01:00
parent 62e1469e8b
commit f3e17a84f4
Notes: git 2024-11-18 03:23:38 +00:00

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
VERSION = '2.8.1'
VERSION = '2.8.2'
end