From 177c9e49c3e2dbaa8604ee9aa82db74e82878bdc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Dec 2024 07:35:51 +0000 Subject: [PATCH] chore(release): bump version to 2.5.0-next.1 [skip ci] # [2.5.0-next.1](https://github.com/YuukanOO/seelf/compare/v2.4.0...v2.5.0-next.1) (2024-12-10) ### Features * manual proxy configuration, closes [#58](https://github.com/YuukanOO/seelf/issues/58) ([c80c10e](https://github.com/YuukanOO/seelf/commit/c80c10e6b68f14fa69b210d287f046b80231c726)), 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 7f0d004..1ac8aa1 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -4,7 +4,7 @@ import ( "runtime/debug" ) -var version = "2.4.0" +var version = "2.5.0-next.1" // Retrieve the currentVersion version with additional vcs info if any. func Current() string {