diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-07 13:57:02 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-11 09:41:00 +0900 |
| commit | db34be164eaa9efba2c70612e7bef677212ae99c (patch) | |
| tree | 6d78ee1757d9e4ae2ba98e767aa06e072fb50ab6 | |
| parent | 1b6a26e23a43564de2e221f1b123e749bd3403d6 (diff) | |
[ruby/psych] Bump up v5.2.0.beta4
https://github.com/ruby/psych/commit/288febbc87
| -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 16aeff5c84..709b0afd78 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.2.0.beta3' + VERSION = '5.2.0.beta4' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze |
