From 6be7eebb1e4f07f92fe64f21b3ba32c866eb6728 Mon Sep 17 00:00:00 2001 From: Shengqi Chen Date: Mon, 13 Apr 2026 21:57:25 +0800 Subject: [PATCH] Bump to v0.10.0 Signed-off-by: Shengqi Chen --- README.md | 2 +- internal/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 895e5ed..68497cf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ PreSyncing Syncing Succe ## Building -Go version: 1.22 +Go version: 1.26 ```shell # for native arch diff --git a/internal/version.go b/internal/version.go index 571b410..76a2646 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // Version of the program -const Version string = "0.9.3" +const Version string = "0.10.0"