Skip to content

Commit

Permalink
app/version: bump to v0.19-rc (#2775)
Browse files Browse the repository at this point in the history
Update version support matrix as well.

category: misc
ticket: none
  • Loading branch information
gsora committed Jan 10, 2024
1 parent 347a7d1 commit ea9814e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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.19-dev"
var version = "v0.19-rc"

// Version is the branch version of the codebase.
// - Main branch: v0.X-dev
Expand All @@ -28,7 +28,6 @@ func Supported() []SemVer {
// Current minor version always goes first.
{major: 0, minor: 19},
{major: 0, minor: 18},
{major: 0, minor: 17},
}
}

Expand Down

0 comments on commit ea9814e

Please sign in to comment.