summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-14 19:56:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-14 19:56:20 +0900
commit68cc762681bd1e23bd66f940204e41ee20cbc015 (patch)
treeb26097f38b333f88eb72f5aff6ea1ae3b7fc0121 /lib
parentd83c968eb0d4ee5218c18d7bdac97269c7398279 (diff)
downloadpsych-68cc762681bd1e23bd66f940204e41ee20cbc015.zip
Bump version to 3.2.1
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index b357563..e458a66 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.0'
+ VERSION = '3.2.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze