2.0.0 - Rebranding
All checks were successful
Ascently Docker Deploy / build-and-push (push) Successful in 2m18s

This commit is contained in:
2025-10-13 15:10:54 -06:00
parent 09b4055985
commit d5cf14d466
7 changed files with 9 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ import (
"time"
)
const VERSION = "1.1.0"
const VERSION = "2.0.0"
func min(a, b int) int {
if a < b {