summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-18 07:13:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-18 07:13:54 +0900
commit181a727c90cb1d320db5821bc16dc0bc34757935 (patch)
tree26bde547f6a708bd2f5f32a72ceb94f2f7e1dc21 /lib
parentb88f2d1d91dd4465443be961218e2dd3e510389d (diff)
downloadpsych-181a727c90cb1d320db5821bc16dc0bc34757935.tar.gz
Bump version to 3.2.0v3.2.0
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 6032105..b357563 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.1.0'
+ VERSION = '3.2.0'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze