summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2018-04-16 11:39:04 -0500
committerCharles Oliver Nutter <headius@headius.com>2018-04-16 11:39:04 -0500
commit97af871d153371e8ae42ffb371897210e3cd084e (patch)
tree9fc5932f3f8b2f0e6b8cefc10d09b0c9ba8dfbe0 /lib
parent51f395cf7313e91a31c03053cade3641877defc7 (diff)
downloadpsych-97af871d153371e8ae42ffb371897210e3cd084e.zip
Bump version to 3.0.3.pre1 for testing for jruby/jruby#5142.
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 07cc904..1920f5d 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Psych
# The version is Psych you're using
- VERSION = '3.0.2'
+ VERSION = '3.0.3.pre1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.21'.freeze