1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-05 22:16:47 +00:00

doc: update README and bump to v0.9.0

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
这个提交包含在:
Shengqi Chen
2025-01-11 16:14:44 +08:00
父节点 5fb63e119c
当前提交 a6a03decf0
共有 2 个文件被更改,包括 6 次插入3 次删除

查看文件

@@ -51,10 +51,13 @@ PreSyncing Syncing Succe
## Building
Go version: 1.13
Go version: 1.22
```shell
# for native arch
> make all
# for other arch
> make ARCH=linux-arm64 all
```
Binaries in the `build-linux-amd64/`.
Binaries are in `build-$ARCH/`, e.g., `build-linux-amd64/`.

查看文件

@@ -1,4 +1,4 @@
package internal
// Version of the program
const Version string = "0.8.0"
const Version string = "0.9.0"