summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-07 14:24:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-11 09:41:01 +0900
commit6e002609aa66651e71593a2c6be109aa7b0c8a39 (patch)
tree34830594d64af87b34d88a0168cc8a3242f11629
parentdb34be164eaa9efba2c70612e7bef677212ae99c (diff)
[ruby/psych] Bump up v5.2.0.beta5
https://github.com/ruby/psych/commit/48e5af8454
-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 709b0afd78..4cacf9dfe7 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.beta4'
+ VERSION = '5.2.0.beta5'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze