summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
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 1a3cb65..8ba6ef6 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -223,7 +223,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.15'
+ VERSION = '2.0.16'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'