bump version

This commit is contained in:
Minghe Huang
2020-05-07 18:23:02 +08:00
parent 1ae68f1076
commit 833b7d06a3

2
fx.go
View File

@@ -19,7 +19,7 @@ import (
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
)
const version = "0.9.35"
const version = "0.9.40"
func init() {
go checkForUpdate()