summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/versions.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 17:27:20 +0900
committergit <svn-admin@ruby-lang.org>2023-01-17 08:46:27 +0000
commit492d37fbbd3613b7fb180eec5298603760811e3b (patch)
treed2f9c982756c1076eb8faa6f26ded03aefb63587 /ext/psych/lib/psych/versions.rb
parentdd510da89a169baf8a104796925431a14b0920f1 (diff)
[ruby/psych] Bump up 5.0.2.pre1 for testing
https://github.com/ruby/psych/commit/67ec299c68
Diffstat (limited to 'ext/psych/lib/psych/versions.rb')
-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 a592a6916c..9c563af0f2 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.1'
+ VERSION = '5.0.2.pre1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze