diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-12-23 19:47:09 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-12-23 19:47:09 +0900 |
commit | 0abce07b908fa0128223a3e11f2eeb4be0c191d6 (patch) | |
tree | 9cde8eaae51f7fb32528eaa3dad256db86f05920 | |
parent | f150e592af1d77bf43a807fd6787764f1b5bd1a2 (diff) | |
download | psych-0abce07b908fa0128223a3e11f2eeb4be0c191d6.tar.gz |
Bump version to 3.3.0v3.3.0
-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 e458a66..488f86e 100644 --- a/lib/psych/versions.rb +++ b/lib/psych/versions.rb @@ -2,7 +2,7 @@ # frozen_string_literal: true module Psych # The version of Psych you are using - VERSION = '3.2.1' + VERSION = '3.3.0' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze |