summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-05-05 13:51:23 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-05-05 13:51:23 -0700
commit0f52edd5617c099018705f3674f1b3ab42c07432 (patch)
tree6eb4afe4349a0e57c0a802955cfdb672c1198979 /lib/psych.rb
parent0503403c3b6db8ee1907e279946833133396c9a9 (diff)
downloadpsych-0f52edd5617c099018705f3674f1b3ab42c07432.zip
bumping to 2.0.14.pre1
Diffstat (limited to 'lib/psych.rb')
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 988882c..548bc9b 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -223,7 +223,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.13'
+ VERSION = '2.0.14.pre1'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'