Skip to content

Commit

Permalink
Bump version to v0.9.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 Jan 4, 2024
1 parent 8debdf0 commit 7d47fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This file lists changes for the GoVPP releases.

## 0.9.0

> _XX January 2024_
> _04 January 2024_
### Changes

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 = 9
Patch = 0
PreRelease = "beta"
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.9.0-beta"
version = "v0.9.0"
commit = "unknown"
branch = "HEAD"
buildStamp = ""
Expand Down

0 comments on commit 7d47fd1

Please sign in to comment.