Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 94c9833

Browse files
committed
bump version
1 parent 80d8131 commit 94c9833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
clientcmdlatest "k8s.io/client-go/tools/clientcmd/api/latest"
2020
)
2121

22-
const Version = "v0.1.0"
22+
const Version = "v0.1.1"
2323

2424
const oauthURL = "https://accounts.google.com/o/oauth2/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&client_id=%s&scope=openid+email+profile&approval_prompt=force&access_type=offline"
2525

0 commit comments

Comments
 (0)