summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-08 11:06:16 +0900
committergit <svn-admin@ruby-lang.org>2022-12-08 02:08:25 +0000
commit9fce6014b52852265c6b34a04a20579b6242552e (patch)
tree16fdd49455a6a04f39048a147d471cf1e29ec2d1 /ext
parent645cd94d9a2383f973ae2fd83fef7024ae59c679 (diff)
[ruby/psych] Bump version to 5.0.1
https://github.com/ruby/psych/commit/bdf20e6042
Diffstat (limited to 'ext')
-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 bc39b94ed7..a592a6916c 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 = '5.0.0'
+ VERSION = '5.0.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze