summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-04-06 18:26:16 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-04-06 18:26:16 -0700
commitb6a84c00c448a9a0fba826eb47c107ec16cac7ce (patch)
tree596a22fe7c1d354af10b996097174f71bc46da52 /lib
parent62476ce4478c791da949917a580dae51dc600dd3 (diff)
downloadpsych-b6a84c00c448a9a0fba826eb47c107ec16cac7ce.zip
bumping up the version
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 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 '.'