summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2014-12-05 11:35:02 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2014-12-05 11:35:02 +0900
commit5ade7c60dc1871d537241678b1a4d1a079eae393 (patch)
tree50ef7cf2df049e6e66f489b0a2ad55442386933e
parent55beab1ff0061366376da92ce1aaa955545515d0 (diff)
downloadpsych-5ade7c60dc1871d537241678b1a4d1a079eae393.tar.gz
bumping version to 2.0.8v2.0.8
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 2179d70..1933437 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.7'
+ VERSION = '2.0.8'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'