From 442914b4fe54cc89088a6c1c2582f4beaf853ad3 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 28 Dec 2023 10:04:19 +0800 Subject: [PATCH] Release gem use 2.9.1-rc2 --- autocorrect-rb/autocorrect-rb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocorrect-rb/autocorrect-rb.gemspec b/autocorrect-rb/autocorrect-rb.gemspec index e21f530..1402429 100644 --- a/autocorrect-rb/autocorrect-rb.gemspec +++ b/autocorrect-rb/autocorrect-rb.gemspec @@ -2,7 +2,7 @@ $:.push File.expand_path("lib", __dir__) Gem::Specification.new do |s| s.name = "autocorrect-rb" - s.version = "2.9.1" + s.version = "2.9.1-rc1" s.platform = Gem::Platform::RUBY s.authors = ["Jason Lee"] s.email = ["huacnlee@gmail.com"]