diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2015-02-17 10:12:25 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-02-17 10:12:25 -0800 |
commit | 907879c420ee617acc2f1ad0483c675c41b2004f (patch) | |
tree | a92f7cdb5987f813f1b1a25c52ac173a00d3d5be /lib | |
parent | 40f8e29514066faed3becb544b4e637955f0fbef (diff) | |
download | psych-907879c420ee617acc2f1ad0483c675c41b2004f.zip |
bump version
Diffstat (limited to 'lib')
-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 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 '.' |