aboutsummaryrefslogtreecommitdiff
path: root/cmd/root.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/root.go')
-rw-r--r--cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go
index d1069cf..cd69cb2 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -34,7 +34,7 @@ var (
var rootCmd = &cobra.Command{
Use: "macli",
- Version: "v1.20.5" + " " + runtime.GOOS + "/" + runtime.GOARCH,
+ Version: "v1.20.6" + " " + runtime.GOOS + "/" + runtime.GOARCH,
Short: "macli - Unofficial CLI-Based MyAnimeList Client.",
Long:
"macli is an unofficial MyAnimeClient for use inside the terminal.\n" +