From b5e090b9da95c63cd006721ae6a7e594ec78512b Mon Sep 17 00:00:00 2001 From: Kevin Menard Date: Wed, 29 May 2024 10:32:05 -0400 Subject: [PATCH] Promoting 1.3.1.pre to 1.3.1. --- CHANGELOG.md | 2 +- docs-source/signpost.md | 2 +- lib/concurrent-ruby/concurrent/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4fa7258b..b9cc412e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Current -## Release v1.3.1 (28 May 2024) +## Release v1.3.1 (29 May 2024) * Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix. diff --git a/docs-source/signpost.md b/docs-source/signpost.md index 2175c0733..161812a8f 100644 --- a/docs-source/signpost.md +++ b/docs-source/signpost.md @@ -3,7 +3,7 @@ Pick a `concurrent-ruby` version: * [master](./master/index.html) -* [1.3.1.pre with edge 0.7.0](./1.3.1.pre/index.html) +* [1.3.1 with edge 0.7.0](./1.3.1/index.html) * [1.1.10 with edge 0.6.0](./1.1.10/index.html) * [1.1.9 with edge 0.6.0](./1.1.9/index.html) * [1.1.8 with edge 0.6.0](./1.1.8/index.html) diff --git a/lib/concurrent-ruby/concurrent/version.rb b/lib/concurrent-ruby/concurrent/version.rb index 9a9cc509d..afa6a4b04 100644 --- a/lib/concurrent-ruby/concurrent/version.rb +++ b/lib/concurrent-ruby/concurrent/version.rb @@ -1,3 +1,3 @@ module Concurrent - VERSION = '1.3.1.pre' + VERSION = '1.3.1' end