diff --git a/README.md b/README.md index e087fe1..c791cf0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Table of Contents ### Start by running binaries -1. Download binaries in the [release page]() +1. Download binaries in the [release page](https://github.com/yuqingc/rmdashrf/releases) 2. Start diff --git a/cmd/rmdashrf/rmdashrf b/cmd/rmdashrf/rmdashrf deleted file mode 100755 index d71f70b..0000000 Binary files a/cmd/rmdashrf/rmdashrf and /dev/null differ diff --git a/cmd/rmdashrf/version.go b/cmd/rmdashrf/version.go index 93a0fa9..b26b038 100644 --- a/cmd/rmdashrf/version.go +++ b/cmd/rmdashrf/version.go @@ -1,4 +1,4 @@ package main // VERSION is the current version of RMDASHRF -const VERSION = "v1.0.0-rc.1" +const VERSION = "v0.1.0"