summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-02-17 10:12:25 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-02-17 10:12:25 -0800
commit907879c420ee617acc2f1ad0483c675c41b2004f (patch)
treea92f7cdb5987f813f1b1a25c52ac173a00d3d5be
parent40f8e29514066faed3becb544b4e637955f0fbef (diff)
downloadpsych-907879c420ee617acc2f1ad0483c675c41b2004f.tar.gz
bump versionv2.0.13
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 3e9b7aa..085e828 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -217,7 +217,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.12'
+ VERSION = '2.0.13'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'