From 6b6d7df39db2447dd675b2558aab69d351f2ff56 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 16 May 2022 19:42:54 +0900 Subject: [ruby/psych] Prepare to develop 5.0.0 https://github.com/ruby/psych/commit/c3b5183f42 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 0a8632eefb..0fdead154c 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.4.dev' + VERSION = '5.0.0.dev' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze -- cgit v1.2.3