use series in unlabeled build slug (#97)

This commit is contained in:
Michael Quigley 2022-11-21 14:09:27 -05:00
parent 3d7683d491
commit c277309f71
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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]"
}
}