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