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"