summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2017-02-24 09:14:22 -0600
committerCharles Oliver Nutter <headius@headius.com>2017-02-24 09:14:22 -0600
commite6a533eed532bbf9bf3fc01cf5fef216dd9114b6 (patch)
tree5ba98cda8ebb92ce4a27a9e3b539c812c7cc8991 /lib
parent1d404f227253545710546fda8b708848c24a9d09 (diff)
downloadpsych-e6a533eed532bbf9bf3fc01cf5fef216dd9114b6.tar.gz
Bump version to 2.2.4.v2.2.4
Diffstat (limited to 'lib')
-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 689d4f3..b602765 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.3'
+ VERSION = '2.2.4'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze