From f7053f9a87f9cc125ca880fecd1430ea5f991cba Mon Sep 17 00:00:00 2001 From: vouv Date: Fri, 18 Dec 2020 23:30:47 +0800 Subject: [PATCH] test actions --- cmd/srun/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/srun/main.go b/cmd/srun/main.go index eb4841a..4e8f834 100755 --- a/cmd/srun/main.go +++ b/cmd/srun/main.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -const Version = "v1.1.1" +const Version = "v1.1.2" var loginCmd = &cobra.Command{ Use: "login",