From e8ea6d5cc1136905a35584993c02ab78d699ff6b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Sep 2024 09:12:12 +0000 Subject: [PATCH] chore(release): bump version to 2.4.0-next.1 [skip ci] # [2.4.0-next.1](https://github.com/YuukanOO/seelf/compare/v2.3.2...v2.4.0-next.1) (2024-09-23) ### Features * manual proxy configuration, closes [#58](https://github.com/YuukanOO/seelf/issues/58) ([73551d3](https://github.com/YuukanOO/seelf/commit/73551d334dd2a4e929e6139d5949cfe3610a1b94)), closes [#63](https://github.com/YuukanOO/seelf/issues/63) --- cmd/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version/version.go b/cmd/version/version.go index c30f189..387778d 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -4,7 +4,7 @@ import ( "runtime/debug" ) -var version = "2.3.2" +var version = "2.4.0-next.1" // Retrieve the currentVersion version with additional vcs info if any. func Current() string {