[ruby/psych] Bump version for release

dbf9e36583
This commit is contained in:
Aaron Patterson 2025-05-09 15:12:36 -07:00 committed by git
parent 4a2f489ca6
commit 58c008e68f

View file

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