From d6b133a8e0dae2ef53e8fb3df396e3ac776ecdbc Mon Sep 17 00:00:00 2001 From: Anthony Axenov Date: Wed, 19 Nov 2025 00:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=201.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 10a556b..7c27e27 100644 --- a/app/app.go +++ b/app/app.go @@ -14,7 +14,7 @@ import ( "github.com/redis/go-redis/v9" ) -const VERSION = "1.0.5" +const VERSION = "1.0.6" // Arguments описывает аргументы командной строки type Arguments struct {