Skip to content

Commit

Permalink
app/version: bump to v0.13 (#1641)
Browse files Browse the repository at this point in the history
Bumps version to v0.13

category: misc
ticket: none
  • Loading branch information
corverroos authored Jan 17, 2023
1 parent 5b0ede3 commit 2cddcf0
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 @@ -26,12 +26,13 @@ import (
const (
// Version is the release version of the codebase.
// Usually overridden by tag names when building binaries.
Version = "v0.12.0"
Version = "v0.13.0"
)

// Supported returns the supported versions in order of precedence.
func Supported() []string {
return []string{
"v0.13",
"v0.12",
"v0.11",
"v0.10",
Expand Down

0 comments on commit 2cddcf0

Please sign in to comment.