Skip to content

Commit

Permalink
version: sort version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 13, 2024
1 parent 7a9cb73 commit 3b90850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import (

// Channel constants.
const (
ChannelBeta = "beta"
ChannelCandidate = "candidate"
ChannelDevelopment = "development"
ChannelEdge = "edge"
ChannelBeta = "beta"
ChannelRelease = "release"
ChannelCandidate = "candidate"
)

// These are set by the linker. Unfortunately we cannot set constants during
Expand Down

0 comments on commit 3b90850

Please sign in to comment.