summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-01 21:48:52 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-01 21:48:52 +0000
commit4297d55ca974c01da5c405016e42bbe055c51965 (patch)
tree89b2f7849b2dc7ac2fc2f8f01ee9f1d089f92da0 /ext/psych/lib/psych.rb
parent4eef908d52a678f0989884626c944fe54cf24afe (diff)
* ext/psych/lib/psych.rb: bumping version
* ext/psych/psych.gemspec: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48677 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 40fcf610e2..2179d70786 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.6'
+ VERSION = '2.0.7'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'