chore: bump version to v2 in main.go

This commit is contained in:
2025-11-26 16:24:55 +01:00
parent adbc2cf364
commit 676ef83e50

View File

@@ -14,7 +14,7 @@ var (
inputFile string
outputFile string
debug bool
version = "1"
version = "v2"
)
func main() {