[ruby/psych] Bump version to 5.0.1

bdf20e6042
This commit is contained in:
Hiroshi SHIBATA 2022-12-08 11:06:16 +09:00 committed by git
parent 645cd94d9a
commit 9fce6014b5

View file

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