From 40fa29d9170eacd25f6e10ff462396d43b6b4477 Mon Sep 17 00:00:00 2001 From: raitonoberu Date: Wed, 17 Apr 2024 00:02:20 +0500 Subject: [PATCH] Bump version --- cmd/root.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 7e2dd10..b05a43a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -4,6 +4,8 @@ import ( "errors" "fmt" "os" + "strings" + "sptlrx/config" "sptlrx/lyrics" "sptlrx/player" @@ -12,7 +14,6 @@ import ( "sptlrx/services/local" "sptlrx/services/spotify" "sptlrx/ui" - "strings" tea "github.com/charmbracelet/bubbletea" "github.com/spf13/cobra" @@ -50,7 +51,7 @@ var rootCmd = &cobra.Command{ Use: "sptlrx", Short: "Synchronized lyrics in your terminal", Long: "A CLI app that shows time-synchronized lyrics in your terminal", - Version: "v1.2.1", + Version: "v1.2.2", SilenceUsage: true, RunE: func(cmd *cobra.Command, args []string) error {