diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-06-15 09:22:23 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-06-15 09:22:23 -0700 |
commit | 81ff3dedbb72bfc0dccbb60b7ed079a1f9068de1 (patch) | |
tree | fe991b8a4ebb4bd55cbc076382b8a0f8d6166aff | |
parent | 0845b0781abeac81132594c5cebf2630cb18933d (diff) | |
download | psych-81ff3dedbb72bfc0dccbb60b7ed079a1f9068de1.zip |
bumping to 1.3.3
-rw-r--r-- | lib/psych.rb | 2 |
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 '.' |