summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-12-18 10:46:18 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-12-18 10:46:18 +0900
commit8726508191a91377fa7c4b3f39352e319aa0e390 (patch)
tree2b24acf4a95a765a2c7437be01dcf6c8c4f8a2aa /lib
parent2185ab3d25d6da67b7503d37f8866ef3916e949f (diff)
downloadpsych-8726508191a91377fa7c4b3f39352e319aa0e390.zip
Bump psych 3.1.0.
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index 226368f..731ba95 100644
--- a/lib/psych/versions.rb
+++ b/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