Files
podinfo/pkg/version/version.go
Stefan Prodan 97d36bd8bb Release v1.2.1
- wait for the readiness probe to remove the endpoint from the LB before entering HTTP server graceful shutdown
2018-09-25 12:10:46 +03:00

5 lines
64 B
Go

package version
var VERSION = "1.2.1"
var REVISION = "unknown"