[ruby/psych] Bump up v5.2.0.beta2

a0c353ec97
This commit is contained in:
Hiroshi SHIBATA 2024-11-07 13:43:25 +09:00 committed by git
parent f87ec81e08
commit f102901f9a

View file

@ -2,7 +2,7 @@
module Psych
# The version of Psych you are using
VERSION = '5.2.0.beta1'
VERSION = '5.2.0.beta2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze