We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83abde2 commit 5cd397eCopy full SHA for 5cd397e
version/version.go
@@ -42,7 +42,7 @@ func NewInfo(application string) *Info {
42
}
43
44
func (i *Info) String() string {
45
- return fmt.Sprintf("%s Version: %s Commit: %s", i.Application, i.VersionString, i.Commit)
+ return fmt.Sprintf("%s alpha Version: %s Commit: %s", i.Application, i.VersionString, i.Commit)
46
47
48
//nolint:gochecknoinits
0 commit comments