summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-07-30 18:24:57 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-07-30 18:24:57 -0700
commit5ef62304af69ab0d80eaea8dc0cc1ec7815a54fc (patch)
treec6dc3341b75f9c743bdbdc5c7dbf6c246eb440f4 /lib/psych.rb
parente82cf0354863a706846e82e05ac252efbd73cdf3 (diff)
downloadpsych-5ef62304af69ab0d80eaea8dc0cc1ec7815a54fc.zip
bumping the version to 1.3.4
Diffstat (limited to 'lib/psych.rb')
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
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 '.'