From 77450622246b3081e220ac5ea2263d54c5dff4a4 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 4 Feb 2014 11:19:38 -0800 Subject: [PATCH] bumping to 2.0.3 --- lib/psych.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/psych.rb b/lib/psych.rb index e7cb0d05..2e2b74a0 100644 --- a/lib/psych.rb +++ b/lib/psych.rb @@ -217,7 +217,7 @@ module Psych # The version is Psych you're using - VERSION = '2.0.2' + VERSION = '2.0.3' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.'