diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-04-06 18:26:16 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-04-06 18:26:16 -0700 |
commit | b6a84c00c448a9a0fba826eb47c107ec16cac7ce (patch) | |
tree | 596a22fe7c1d354af10b996097174f71bc46da52 | |
parent | 62476ce4478c791da949917a580dae51dc600dd3 (diff) | |
download | psych-b6a84c00c448a9a0fba826eb47c107ec16cac7ce.zip |
bumping up the version
-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 8257820..1895be6 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.1' + VERSION = '1.3.2' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' |