summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-01-20 15:03:02 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-01-20 15:03:02 -0800
commita3f506c1edd0d1c98e75bc055506b419b0eb3a9b (patch)
tree23d2d511d842b58e6330f7724117ad4cefdb4695
parentd48f64557ddcfd6f9d51a8a56557844de7c2e8e9 (diff)
downloadpsych-a3f506c1edd0d1c98e75bc055506b419b0eb3a9b.tar.gz
bump versionv2.0.11
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 87171d1..4c80a43 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -217,7 +217,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.10'
+ VERSION = '2.0.11'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'