Skip to content

Commit

Permalink
Bump version to 2.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Feb 23, 2017
1 parent fc55b92 commit 9279f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/psych/versions.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion psych.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "psych"
s.version = "2.2.2"
s.version = "2.2.3"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
s.date = "2016-11-14"
Expand Down

0 comments on commit 9279f67

Please sign in to comment.