summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-08-21 14:12:09 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-08-21 14:12:09 -0700
commita69101003c12d00a9b50bae515eaeb1a56c614e4 (patch)
tree2d81111b24a95ea11017a60e814c47a141c95f71 /lib/psych.rb
parent897ca0020f84f1b90451019c97406fde01e1a20c (diff)
downloadpsych-a69101003c12d00a9b50bae515eaeb1a56c614e4.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 ef8f12a..1a3cb65 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'
+ VERSION = '2.0.15'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'