[ruby/psych] Bump version to 5.0.0

https://github.com/ruby/psych/commit/4fed0941b9
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 16:43:15 +09:00 committed by git
parent 40e82877d2
commit 40ee1eea76

View File

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