mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-09 08:06:33 +00:00
8 lines
79 B
Go
8 lines
79 B
Go
// +build !release
|
|
|
|
package version
|
|
|
|
func init() {
|
|
version.Revision = "dev"
|
|
}
|