Skip to content

Commit

Permalink
chore(release): bump version to 2.5.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0-next.1](v2.4.0...v2.5.0-next.1) (2024-12-10)

### Features

* manual proxy configuration, closes [#58](#58) ([c80c10e](c80c10e)), closes [#63](#63)
  • Loading branch information
semantic-release-bot authored and YuukanOO committed Dec 10, 2024
1 parent 71b8d61 commit 9a2b0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9a2b0a0

Please sign in to comment.