summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
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 19:15:14 +0900
commit85b94144f2a05771f05d731e7ee06dd849756402 (patch)
tree77f904f135b365c60ddfd576a47b93cd36d836b9 /ext/psych/lib/psych
parentfd6225c7a974e5154099c9f7be82bebd44a19116 (diff)
[ruby/psych] Bump version to 4.0.1
https://github.com/ruby/psych/commit/4049939006
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 f7cfc96db0..513d010903 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/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