Версия 1.0.5
All checks were successful
release / release (push) Successful in 11m41s

This commit is contained in:
2025-10-02 22:31:08 +08:00
parent bcd45e34bf
commit ac062aa1ba

View File

@@ -10,10 +10,11 @@ import (
"axenov/iptv-checker/app/cache"
"axenov/iptv-checker/app/config"
"axenov/iptv-checker/app/logger"
"github.com/redis/go-redis/v9"
)
const VERSION = "1.0.4"
const VERSION = "1.0.5"
// Arguments описывает аргументы командной строки
type Arguments struct {