summaryrefslogtreecommitdiff
path: root/lib/psych/versions.rb
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2017-02-23 09:44:06 -0600
committerCharles Oliver Nutter <headius@headius.com>2017-02-23 09:44:06 -0600
commit9279f6736cf1f8a5b92d804862d6bd4ec39b4ae8 (patch)
treefc6c69ed0c9db79edb4ba71e85d93a6d20479d6b /lib/psych/versions.rb
parentfc55b92ed76836ded814149628828bc424bd3af1 (diff)
downloadpsych-9279f6736cf1f8a5b92d804862d6bd4ec39b4ae8.zip
Bump version to 2.2.3.
Diffstat (limited to 'lib/psych/versions.rb')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index b818eb9..689d4f3 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Psych
# The version is Psych you're using
- VERSION = '2.2.2'
+ VERSION = '2.2.3'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze