diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 16:43:15 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 07:44:39 +0000 |
commit | 40ee1eea76f91af9387a8d3b55c57340905db05e (patch) | |
tree | 966adfc218f7575440f5ba9ecd50a2b572017d5f /ext | |
parent | 40e82877d23c0ea2a960627615be23c60d65f65f (diff) |
[ruby/psych] Bump version to 5.0.0
https://github.com/ruby/psych/commit/4fed0941b9
Diffstat (limited to 'ext')
-rw-r--r-- | ext/psych/lib/psych/versions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index a9585c887f..bc39b94ed7 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 = '5.0.0.dev' + VERSION = '5.0.0' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze |