From c9e132abb3a10bb8dbd2348b49e763b38937cdd3 Mon Sep 17 00:00:00 2001 From: Brian Strauch Date: Tue, 29 Jun 2021 22:39:16 -0500 Subject: [PATCH] bump version to 1.8.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }