summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 19:47:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 19:53:21 +0900
commit684649ea0573c94f4d5004d9f200df65205ea246 (patch)
tree3a578bc9912460c17269398e9c083384d40fd05b /ext
parent8259d88938bcbd65c7994e3d8261c4de82e74174 (diff)
[ruby/psych] Bump version to 3.3.0
https://github.com/ruby/psych/commit/0abce07b90
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb
index e458a668e2..488f86e0b4 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/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