diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-17 22:42:12 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-17 22:42:12 +0530 |
commit | ccef1f9a0035a5b8e3494bcc22c09ad3acc49097 (patch) | |
tree | a20228902afdd0af64683f38fcf270bbc3fa1670 /cmd/version.go | |
parent | adffba663dbe8daebe311dc8f3ae5d40109cb2dd (diff) |
reading auth token from config file (if any)
Diffstat (limited to 'cmd/version.go')
-rw-r--r-- | cmd/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/version.go b/cmd/version.go index a1c3ca2..ec7b5c6 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" ) -const version string = "no-keyring test" +const version string = "v1.12.1" var versionCmd = &cobra.Command { Use: "version", |