Skip to content

Commit

Permalink
app/version: bump to v0.19-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gsora committed Nov 8, 2023
1 parent b525c40 commit 6d517b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// version a string since it is overwritten at build-time with the git tag for official releases.
var version = "v0.18-dev"
var version = "v0.19-dev"

// Version is the branch version of the codebase.
// - Main branch: v0.X-dev
Expand All @@ -26,6 +26,7 @@ var Version, _ = Parse(version) // Error is caught in tests.
func Supported() []SemVer {
return []SemVer{
// Current minor version always goes first.
{major: 0, minor: 19},
{major: 0, minor: 18},
{major: 0, minor: 17},
{major: 0, minor: 16},
Expand Down

0 comments on commit 6d517b3

Please sign in to comment.