summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-02-24 09:29:49 -0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 19:19:35 +0900
commitb7250026dd03de457cf7d36b6918e540ca2ca1c8 (patch)
tree1bf4a7fe058603a886c50feb108b417094804ca4 /ext/psych/lib/psych
parent954970162c4b912dde9d0cca68f10e2ff0b12936 (diff)
[ruby/psych] bump version
https://github.com/ruby/psych/commit/091cd46b1f
Diffstat (limited to 'ext/psych/lib/psych')
-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 5c0e55bb7d..b0ec018b63 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.3.0'
+ VERSION = '3.3.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze