Skip to content

Commit 462a9a0

Browse files
committed
Bump version to 3.0.0.beta4
1 parent f30b65b commit 462a9a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/psych/versions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
module Psych
33
# The version is Psych you're using
4-
VERSION = '3.0.0.beta3'
4+
VERSION = '3.0.0.beta4'
55

66
if RUBY_ENGINE == 'jruby'
77
DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze

psych.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
Gem::Specification.new do |s|
55
s.name = "psych"
6-
s.version = "3.0.0.beta3"
6+
s.version = "3.0.0.beta4"
77
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
88
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
9-
s.date = "2017-06-16"
9+
s.date = "2017-11-27"
1010
s.summary = "Psych is a YAML parser and emitter"
1111
s.description = <<-DESCRIPTION
1212
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]

0 commit comments

Comments
 (0)