summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-14 02:04:03 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-14 02:04:03 +0000
commite548c09d429a5136285ea81aed418685359ed124 (patch)
treebf9d0279eb874b50ee8edca05769682cbcab7381 /ext/psych/lib/psych.rb
parente5a3c25a69ea81f7234cac8ad40dc3576cee1c13 (diff)
* ext/psych/lib/psych.rb: update version
* ext/psych/psych.gemspec: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/lib/psych.rb')
-rw-r--r--ext/psych/lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb
index 41d40a5928..40fcf610e2 100644
--- a/ext/psych/lib/psych.rb
+++ b/ext/psych/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 '.'