From a99349e75d059858c5c944c3795a1d4160ec3ada Mon Sep 17 00:00:00 2001 From: Anthony Axenov Date: Sun, 23 Nov 2025 00:30:59 +0800 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20v1.1.3?= 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 04e0774..0c1c8f7 100644 --- a/app/app.go +++ b/app/app.go @@ -14,7 +14,7 @@ import ( "github.com/redis/go-redis/v9" ) -const VERSION = "1.1.2" +const VERSION = "1.1.3" // Arguments описывает аргументы командной строки type Arguments struct {