summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 16:43:15 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 16:43:15 +0900
commit4fed0941b90da83215f4907239a36c9f238d33fc (patch)
treeb42e1230c420706959849bd075a1a1266c4e640d /lib
parent348c74a3cf6f74ea197ad9581dfa8038f6ce8340 (diff)
downloadpsych-4fed0941b90da83215f4907239a36c9f238d33fc.tar.gz
Bump version to 5.0.0v5.0.0
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index a9585c8..bc39b94 100644
--- a/lib/psych/versions.rb
+++ b/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