diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 23:08:42 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 23:08:42 +0530 |
commit | 9a67dfe7a05c0027453e4ddcaf7790059745a414 (patch) | |
tree | e42d27c6424e96c312b0eb6c37006867016a4e19 /cmd/version.go | |
parent | 71aa33be49a7d6413f1c79f83f166c70693a5db6 (diff) |
added score command
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 fa574f1..4ca1a04 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" ) -var version string = "v1.4.3" +var version string = "v1.5.0" var versionCmd = &cobra.Command { Use: "version", |