diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index ce9cdf448c..b9e8d9ef11 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -2,7 +2,7 @@ module Psych # The version of Psych you are using - VERSION = '5.1.1.1' + VERSION = '5.1.2' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze