diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index aae47246..d91563c8 100644 --- a/lib/psych/versions.rb +++ b/lib/psych/versions.rb @@ -2,7 +2,7 @@ module Psych # The version of Psych you are using - VERSION = '5.2.2' + VERSION = '5.2.3' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze