Skip to content

Commit

Permalink
Bump version to v0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <[email protected]>
  • Loading branch information
ondrej-fabry committed Sep 19, 2024
1 parent f2d809e commit 5e25606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
Major = 0
Minor = 11
Patch = 0
PreRelease = "dev"
PreRelease = ""
)

// String formats the version string using semver format.
Expand All @@ -44,7 +44,7 @@ func String() string {
// even with bare go build/install.
var (
name = "govpp"
version = "v0.11.0-dev"
version = "v0.11.0"
commit = "unknown"
branch = "HEAD"
buildStamp = ""
Expand Down

0 comments on commit 5e25606

Please sign in to comment.