summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-05-27 13:50:08 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-05-27 13:50:08 -0700
commitd8440cc7019c04a6378c7cc5efd05527b91748f5 (patch)
tree044844ac95b4a31e4887cb48efc333fda3f0fdd4 /lib/psych.rb
parent15d655f4030cc1d1a45669ed1acd220cfc149d76 (diff)
downloadpsych-d8440cc7019c04a6378c7cc5efd05527b91748f5.zip
bumping version
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 548bc9b..ef8f12a 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.14.pre1'
+ VERSION = '2.0.14'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'