feat: upgrade max_retry logic and change version
All checks were successful
build / build (push) Successful in 2m9s

This commit is contained in:
d3m0k1d
2026-02-22 18:27:21 +03:00
parent 97eb626237
commit 7bba444522
6 changed files with 18 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
var version = "0.5.0"
var version = "0.5.2"
var VersionCmd = &cobra.Command{
Use: "version",