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, }