Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xenowits committed Jul 29, 2023
1 parent 1e99c76 commit 45e8ff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ var Version, _ = Parse(version) // Error is caught in tests.
func Supported() []SemVer {
return []SemVer{
// Current minor version always goes first.
{major: 0, minor: 18},
{major: 0, minor: 17},
{major: 0, minor: 16},
}
Expand Down

0 comments on commit 45e8ff0

Please sign in to comment.