summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-06-07 12:19:26 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-06-07 12:19:26 +0900
commit4049939006dc424ef21f8455bb07e8f955b0d18e (patch)
treed2cd12cb0330c958904da6873dfd65ee5324225b /lib
parent68f81450a4ce5b909d1a9cf766b2252e7233140a (diff)
downloadpsych-4049939006dc424ef21f8455bb07e8f955b0d18e.tar.gz
Bump version to 4.0.1v4.0.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 f7cfc96..513d010 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -2,7 +2,7 @@
module Psych
# The version of Psych you are using
- VERSION = '4.0.0'
+ VERSION = '4.0.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze