mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
use series in unlabeled build slug (#97)
This commit is contained in:
parent
3d7683d491
commit
c277309f71
@ -11,6 +11,6 @@ func String() string {
|
||||
if Version != "" {
|
||||
return fmt.Sprintf("%v [%v]", Version, Hash)
|
||||
} else {
|
||||
return "v0.3.x [developer build]"
|
||||
return Series + ".x [developer build]"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user