1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/psych] Prepare to develop 5.0.0

https://github.com/ruby/psych/commit/c3b5183f42
This commit is contained in:
Hiroshi SHIBATA 2022-05-16 19:42:54 +09:00
parent 3ec066334c
commit 6b6d7df39d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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