Skip to content

Commit

Permalink
app/version: bump to v0.14.1 (#1877)
Browse files Browse the repository at this point in the history
Bump version to v0.14.1.

category: misc
ticket: none
  • Loading branch information
corverroos authored Mar 13, 2023
1 parent 9ede198 commit c3fe208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
const (
// Version is the release version of the codebase.
// Usually overridden by tag names when building binaries.
Version = "v0.14.0"
Version = "v0.14.1"
)

// Supported returns the supported versions in order of precedence.
Expand Down

0 comments on commit c3fe208

Please sign in to comment.