Skip to content

Commit

Permalink
Begin development of v0.10.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 Jan 4, 2024
1 parent 7d47fd1 commit 6718781
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 = 9
Minor = 10
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.9.0"
version = "v0.10.0-dev"
commit = "unknown"
branch = "HEAD"
buildStamp = ""
Expand Down

0 comments on commit 6718781

Please sign in to comment.