diff options
author | Aaron Patterson <tenderlove@ruby-lang.org> | 2021-05-11 13:35:16 -0700 |
---|---|---|
committer | Aaron Patterson <tenderlove@ruby-lang.org> | 2021-05-13 10:53:06 -0700 |
commit | 1df86a2e81d112c412980517e592cd0efd9beb04 (patch) | |
tree | 3adba6987cb6e1e4175190bd2f59b4e358d2a81a | |
parent | 176494297f3f124467a6e3f1c9e6400ee742d663 (diff) | |
download | psych-1df86a2e81d112c412980517e592cd0efd9beb04.zip |
Bump version
-rw-r--r-- | lib/psych/versions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index acb2133..f7cfc96 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 = '3.3.2' + VERSION = '4.0.0' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze |