From a74ab94d10ca77645e875f07e2b444217b747182 Mon Sep 17 00:00:00 2001 From: Brian Strauch Date: Fri, 2 Jul 2021 23:38:14 -0500 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6cb7e23..8b03c01 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.8.2", + Version: "1.9.0", PersistentPreRunE: promptUpdate, }