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