From a2b031307043bd22653b1feae4391e58b77f0ebe Mon Sep 17 00:00:00 2001 From: Chris Berry Date: Tue, 14 Oct 2025 10:16:19 +0100 Subject: [PATCH] Update version. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e66b9fa..bb05296 100644 --- a/main.go +++ b/main.go @@ -64,7 +64,7 @@ import ( ) // ReleaseVersion is the release version for the code. -var ReleaseVersion = "0.10.0" +var ReleaseVersion = "0.10.1" func main() { os.Exit(main2())