summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-16 19:42:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-18 10:03:48 +0900
commit6b6d7df39db2447dd675b2558aab69d351f2ff56 (patch)
treec75b260fa72e8f83a6e7206ee3256e4daff0a322 /ext/psych
parent3ec066334ce60d7695051c8c40df73343860ec35 (diff)
[ruby/psych] Prepare to develop 5.0.0
https://github.com/ruby/psych/commit/c3b5183f42
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 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