summaryrefslogtreecommitdiff
path: root/ext/psych/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-18 02:01:39 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-18 02:01:39 +0000
commit623c6d972a5365f469d4ceb0fc3326faf35ba7b6 (patch)
tree70b9824100cafe14127e467b112b010a4fc2de83 /ext/psych/lib
parent04a9b0da9de2980bd681e06a07fbb8f453706f19 (diff)
Bump version to psych 3.1.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/lib')
-rw-r--r--ext/psych/lib/psych/versions.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb
index 226368fca2..731ba9545e 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -1,7 +1,8 @@
+
# frozen_string_literal: true
module Psych
# The version of Psych you are using
- VERSION = '3.1.0.pre2' unless defined?(::Psych::VERSION)
+ VERSION = '3.1.0' unless defined?(::Psych::VERSION)
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze