Skip to content

Commit

Permalink
Begin development of v0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>
  • Loading branch information
ondrej-fabry committed Sep 20, 2024
1 parent b5b16af commit 845b9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import (

const (
Major = 0
Minor = 11
Minor = 12
Patch = 0
PreRelease = ""
PreRelease = "dev"
)

// 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"
version = "v0.12.0-dev"
commit = "unknown"
branch = "HEAD"
buildStamp = ""
Expand Down

0 comments on commit 845b9bc

Please sign in to comment.