bump version

This commit is contained in:
Minghe Huang
2020-11-02 13:34:37 +08:00
parent 5ee7dbe48d
commit 1af66e72c2

2
fx.go
View File

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