Skip to content

Commit

Permalink
bump version to 3.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 20, 2018
1 parent 8e4945b commit 9f2ce24
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: true
module Psych
# The version is Psych you're using
VERSION = '3.0.3.pre4'
VERSION = '3.0.3'

if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze
Expand Down
2 changes: 1 addition & 1 deletion psych.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Gem::Specification.new do |s|
s.name = "psych"
s.version = "3.0.3.pre4"
s.version = "3.0.3"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
s.email = ["[email protected]", "[email protected]", "[email protected]"]
s.summary = "Psych is a YAML parser and emitter"
Expand Down

0 comments on commit 9f2ce24

Please sign in to comment.