From 5ef62304af69ab0d80eaea8dc0cc1ec7815a54fc Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 30 Jul 2012 18:24:57 -0700 Subject: bumping the version to 1.3.4 --- lib/psych.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/psych.rb') diff --git a/lib/psych.rb b/lib/psych.rb index 1ac5059..19d8b2b 100644 --- a/lib/psych.rb +++ b/lib/psych.rb @@ -93,7 +93,7 @@ require 'psych/handlers/document_stream' module Psych # The version is Psych you're using - VERSION = '1.3.3' + VERSION = '1.3.4' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' -- cgit v1.2.3