From a68c39c73a4c2d1450f7952ec87ddf0b144c53bc Mon Sep 17 00:00:00 2001 From: Brian Strauch Date: Sat, 3 Jul 2021 11:05:03 -0500 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8b03c01..379a0f2 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ func main() { root := &cobra.Command{ Use: "spotify", Short: "Spotify for the terminal 🎵", - Version: "1.9.0", + Version: "1.9.1", PersistentPreRunE: promptUpdate, }