2 Commits

Author SHA1 Message Date
b689f3e799 Merge branch 'master' into cache 2025-05-08 11:15:31 +08:00
368a459617 Версия v0.2.0
All checks were successful
release / release (push) Successful in 57s
2025-05-07 23:55:33 +08:00

View File

@@ -13,7 +13,7 @@ import (
"github.com/redis/go-redis/v9"
)
const VERSION = "0.1.0"
const VERSION = "0.2.0"
// Arguments описывает аргументы командной строки
type Arguments struct {