summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-01-08 15:38:04 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-01-08 15:38:04 -0800
commit24055a152492123b7516e9b4e54af5710ffed247 (patch)
tree9b5fe12f1f988e9ce718862a8ab833d208ce091b
parente3b2c1c9f5c3a6144a4b02d46a3677df9826a1ab (diff)
downloadpsych-24055a152492123b7516e9b4e54af5710ffed247.tar.gz
bumping version:v2.0.9
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 1933437..447ce5b 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.8'
+ VERSION = '2.0.9'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'