From 490b695d63bdfa2eaeeda288fa2f18e53ee87922 Mon Sep 17 00:00:00 2001 From: cybardev Date: Wed, 13 Mar 2024 08:47:00 -0300 Subject: [PATCH] update: new version --- cmd/ytgo/yt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ytgo/yt.go b/cmd/ytgo/yt.go index 0a1953a..f4a7671 100644 --- a/cmd/ytgo/yt.go +++ b/cmd/ytgo/yt.go @@ -7,7 +7,7 @@ import ( "strings" ) -const VERSION string = "v3.0.8" +const VERSION string = "v3.0.9" const ( C_RED string = "\x1b[31m"