mirror of
https://github.com/openziti/zrok.git
synced 2024-11-26 01:54:09 +01:00
v0.3.x series
This commit is contained in:
parent
58a818f9fb
commit
d92d277594
@ -9,6 +9,6 @@ func String() string {
|
|||||||
if Version != "" {
|
if Version != "" {
|
||||||
return fmt.Sprintf("%v [%v]", Version, Hash)
|
return fmt.Sprintf("%v [%v]", Version, Hash)
|
||||||
} else {
|
} else {
|
||||||
return "<developer_build>"
|
return "v0.3.x [developer build]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user