From 7b494b09a016c78933d0d707a32351d082392ef1 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 21 Feb 2011 18:09:47 +0000 Subject: * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with debugging. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/lib/psych.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych/lib') diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb index 0cf4448599..cb67561775 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/lib/psych.rb @@ -90,7 +90,7 @@ require 'psych/json' module Psych # The version is Psych you're using - VERSION = '1.0.0' + VERSION = '1.1.0' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' -- cgit v1.2.3