chore: update version to v2.0.0 in main.go

To make `go install` happy :-|
This commit is contained in:
2025-11-26 16:34:04 +01:00
parent 676ef83e50
commit 66a3194a1a

View File

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