summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authorMSP-Greg <Greg.mpls@gmail.com>2022-03-29 10:10:01 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-18 10:03:47 +0900
commit3ec066334ce60d7695051c8c40df73343860ec35 (patch)
tree5d77c3adb849d09c3db0f675eaf13249485fa144 /ext/psych
parente2bad65eabe4b775ea18468e26bcb95dd81a70e0 (diff)
[ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby 3.1 gem install
https://github.com/ruby/psych/commit/2fa5e190b5
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 3cfd59e751..0a8632eefb 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.3'
+ VERSION = '4.0.4.dev'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze