summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-20 18:22:41 +0900
committergit <svn-admin@ruby-lang.org>2021-12-20 18:25:50 +0900
commit706c7a27fa00f72ec4f5d2f3af8151ebbc2743f2 (patch)
treec29fce2f79cda53c33999a7a034fc4de812e0d1b /ext/psych
parent24f7a41aed3e9b753142e4d460039e05828f408c (diff)
[ruby/psych] Bump version to 4.0.3
https://github.com/ruby/psych/commit/75ab76e788
Diffstat (limited to 'ext/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 0519d9c8ab..3cfd59e751 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.2'
+ VERSION = '4.0.3'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze