[ruby/psych] Bump up 5.2.0.beta1

https://github.com/ruby/psych/commit/a8b73bb80e
This commit is contained in:
Hiroshi SHIBATA 2024-09-09 15:46:29 +09:00 committed by git
parent 74872109be
commit 2d4fdafa64

View File

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