diff --git a/main.go b/main.go index 914f6ca..0210e1f 100644 --- a/main.go +++ b/main.go @@ -32,7 +32,7 @@ func main() { root := &cobra.Command{ Use: "spotify", Short: "Spotify for the terminal 🎵", - Version: "1.6.0", + Version: "1.8.1", PersistentPreRunE: promptUpdate, }