summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-09-13 18:58:44 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2014-09-13 18:58:44 -0700
commitfc31992c397e936e6e5c2f45ec8984a7bc035b47 (patch)
treee9da2a3d2b1e3578d909bc9a7f42023753e9fc2a
parent29d4544ff07dbb51421c7fab6e8bd54baecc78c0 (diff)
downloadpsych-fc31992c397e936e6e5c2f45ec8984a7bc035b47.tar.gz
bumping versionv2.0.6
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 41d40a5..40fcf61 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.5'
+ VERSION = '2.0.6'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'