From 041b32e1dffc56ca3b3cc53c2b07ae3acd0bda69 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Fri, 16 May 2025 23:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=201.0.4?= 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 7257b8c..cb0b8a1 100644 --- a/app/app.go +++ b/app/app.go @@ -13,7 +13,7 @@ import ( "github.com/redis/go-redis/v9" ) -const VERSION = "1.0.3" +const VERSION = "1.0.4" // Arguments описывает аргументы командной строки type Arguments struct {