summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-06-15 09:22:23 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-06-15 09:22:23 -0700
commit81ff3dedbb72bfc0dccbb60b7ed079a1f9068de1 (patch)
treefe991b8a4ebb4bd55cbc076382b8a0f8d6166aff /lib
parent0845b0781abeac81132594c5cebf2630cb18933d (diff)
downloadpsych-81ff3dedbb72bfc0dccbb60b7ed079a1f9068de1.zip
bumping to 1.3.3
Diffstat (limited to 'lib')
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 1895be6..1ac5059 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.2'
+ VERSION = '1.3.3'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'