Skip to content

Commit

Permalink
bump version to 3.1.0.pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 20, 2018
1 parent a8ed49b commit 8e880f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/psych/versions.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Psych
# The version of Psych you are using
VERSION = '3.1.0.pre1' unless defined?(::Psych::VERSION)
VERSION = '3.1.0.pre2' unless defined?(::Psych::VERSION)

if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze
Expand Down

0 comments on commit 8e880f7

Please sign in to comment.