summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-27 16:28:14 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-03-27 16:28:14 -0700
commitf0040f683c2de6d2674ad573b7dbd0c22386bc7e (patch)
tree48475adaf3c180b99c67ada2aa2e3b0837d5a9a4
parent4d7c3bccc7fb4bcfb958da9a7e3f81f77b4b66c3 (diff)
downloadpsych-1.3.1.tar.gz
bumping to 1.3.1 in order to include warningv1.3.1
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 10a98fc..8257820 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.0'
+ VERSION = '1.3.1'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'