summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-06-24 16:38:58 +0800
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-06-24 16:39:14 +0800
commit5bee36f0cb8a5704f27e66a21ce39ddb814e31cc (patch)
tree3487d9739db72860a46e8c0d465751a93d7eed07 /lib/psych.rb
parentc364faf80707f963a5f7e11b364563b5934fb265 (diff)
downloadpsych-5bee36f0cb8a5704f27e66a21ce39ddb814e31cc.zip
bump version to 2.1.0
Diffstat (limited to 'lib/psych.rb')
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index b2a690b..15371cd 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -224,7 +224,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.17'
+ VERSION = '2.1.0'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'