aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib/psych.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 11:25:39 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 11:25:39 +0000
commit618035b5317ebcb3484b9e7b371a305d763c558a (patch)
tree467b57420566356bac6eb9df97e37657c603a50b /ext/psych/lib/psych.rb
parent11f4334f754d535b221fee0c3150e5bae8e68ce3 (diff)
downloadruby-618035b5317ebcb3484b9e7b371a305d763c558a.tar.gz
* ext/psych/lib/psych.rb: bump version to 2.0.17
* ext/psych/psych.gemspec: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53237 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 83b5dbba29..f442e544ce 100644
--- a/ext/psych/lib/psych.rb
+++ b/ext/psych/lib/psych.rb
@@ -224,7 +224,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.16'
+ VERSION = '2.0.17'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'