[ruby/psych] Bump version for release

https://github.com/ruby/psych/commit/2af9f6ac02
This commit is contained in:
Charles Oliver Nutter 2025-01-17 09:15:19 -06:00 committed by git
parent f7059af50a
commit 1574b90451

View File

@ -2,7 +2,7 @@
module Psych
# The version of Psych you are using
VERSION = '5.2.2'
VERSION = '5.2.3'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze