summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-09-09 15:46:29 +0900
committergit <svn-admin@ruby-lang.org>2024-09-09 06:46:51 +0000
commit2d4fdafa64cc3153792c870a56971a70db23033b (patch)
tree474c6c10881ebf1d3e8d170b322498c1724cb49a
parent74872109beb8280eebf7ad1edae23b3c356a1923 (diff)
[ruby/psych] Bump up 5.2.0.beta1
https://github.com/ruby/psych/commit/a8b73bb80e
-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 b9e8d9ef11..3d69bf38a1 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.1.2'
+ VERSION = '5.2.0.beta1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze