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 0f92e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
go: [ '1.22' ]
env:
VERSION: v0.10.0
VERSION: v0.11.0
runs-on: ubuntu-latest
steps:
- name: "Checkout"
Expand Down
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 0f92e63

Please sign in to comment.