Skip to content

Commit

Permalink
Added v1.2 to the supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pinebit committed Oct 18, 2024
1 parent cd4a46f commit b6b7b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var Version, _ = Parse(version) // Error is caught in tests.
// Supported returns the supported minor versions in order of precedence.
func Supported() []SemVer {
return []SemVer{
{major: 1, minor: 2},
{major: 1, minor: 1},
{major: 1, minor: 0},
}
Expand Down

0 comments on commit b6b7b44

Please sign in to comment.