mirror of
https://github.com/openziti/zrok.git
synced 2024-11-25 09:33:43 +01:00
we're officially in v0.2.x
This commit is contained in:
parent
431d73a20f
commit
11f18f8f48
@ -52,5 +52,5 @@ func Run(cfg *Config) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func versionHandler(_ metadata.VersionParams) middleware.Responder {
|
func versionHandler(_ metadata.VersionParams) middleware.Responder {
|
||||||
return metadata.NewVersionOK().WithPayload("v0.1.0")
|
return metadata.NewVersionOK().WithPayload("v0.2.0")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user