ruby/ext/json/lib/json/version.rb
2024-12-19 08:45:31 +09:00

5 lines
67 B
Ruby

# frozen_string_literal: true
module JSON
VERSION = '2.9.1'
end