summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2016-11-17 09:31:52 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2016-11-17 09:31:52 -0800
commitcf1264d636417bbd5ce51e1c284a452f0cf1f8ba (patch)
tree0302bd1ab270d898238b44f54d3d33305b8dc815 /lib/psych.rb
parentc1f4328f54ff23666dabc318a07dbc2f49acab0c (diff)
downloadpsych-cf1264d636417bbd5ce51e1c284a452f0cf1f8ba.zip
fix version constant
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 ecef46c..7e5b0ed 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.1.1'
+ VERSION = '2.2.1'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'