summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 16:43:15 +0900
committergit <svn-admin@ruby-lang.org>2022-12-05 07:44:39 +0000
commit40ee1eea76f91af9387a8d3b55c57340905db05e (patch)
tree966adfc218f7575440f5ba9ecd50a2b572017d5f /ext/psych
parent40e82877d23c0ea2a960627615be23c60d65f65f (diff)
[ruby/psych] Bump version to 5.0.0
https://github.com/ruby/psych/commit/4fed0941b9
Diffstat (limited to 'ext/psych')
-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 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