aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 67a24c9..8243fcb 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -36,7 +36,7 @@ var rootCmd = &cobra.Command{
Use: "macli",
Short: "macli - Unofficial CLI-Based MyAnimeList Client.",
Long: "macli is an unofficial MyAnimeList Client for use inside the terminal.",
- Version: "v1.17.1" + " " + runtime.GOOS + "/" + runtime.GOARCH,
+ Version: "v1.18.0" + " " + runtime.GOOS + "/" + runtime.GOARCH,
}
func init() {