mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 19:31:12 +02:00
v0.3.x series
This commit is contained in:
@ -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]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user