From b68ddcf30ce1dc2788d3bd3d10169726feada1f2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 20 Jun 2020 06:06:26 +0900 Subject: [ruby/date] Bump version to 3.0.1 https://github.com/ruby/date/commit/47cca1b76b --- ext/date/date.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date/date.gemspec') diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec index bd323b7a06..f5649f8daa 100644 --- a/ext/date/date.gemspec +++ b/ext/date/date.gemspec @@ -1,7 +1,7 @@ # frozen_string_literal: true Gem::Specification.new do |s| s.name = "date" - s.version = '3.0.0' + s.version = '3.0.1' s.summary = "A subclass of Object includes Comparable module for handling dates." s.description = "A subclass of Object includes Comparable module for handling dates." -- cgit v1.2.3