Skip to content

Commit

Permalink
log edge as version instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Mar 24, 2022
1 parent 3805f55 commit d6b298b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ func init() {
// strip out possible semver v
if len(VersionName) > 0 && VersionName[0] == 'v' {
VersionName = VersionName[1:]
} else if VersionName == "master" {
VersionName = "edge"
}
}

0 comments on commit d6b298b

Please sign in to comment.