summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-20 18:22:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-20 18:22:41 +0900
commit75ab76e7888df143012afb1cb6b89ccca28a4451 (patch)
treee4ba1cbc678f2ae0778cedd8b44b03786d6d6e80 /lib
parent25e6c6be06c14f9ec89230d4be5117332bf88249 (diff)
downloadpsych-75ab76e7888df143012afb1cb6b89ccca28a4451.tar.gz
Bump version to 4.0.3v4.0.3
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 0519d9c..3cfd59e 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.2'
+ VERSION = '4.0.3'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze