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