mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-14 06:32:43 -04:00
7 lines
79 B
Go
7 lines
79 B
Go
// +build !release
|
|
|
|
package version
|
|
|
|
func init() {
|
|
version.Revision = "dev"
|
|
}
|