From 2755b6735e62aeefc8d7729bdbedb763203fbbd2 Mon Sep 17 00:00:00 2001 From: Aayush Gautam Date: Wed, 24 May 2023 13:19:33 +0800 Subject: [PATCH] version set to 0.2.4 --- Makefile | 3 ++- docs/cli_installation_instructions.md | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a7f07b7..e943831 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.2.3 +VERSION = 0.2.4 GOBASE = $(shell pwd) GOBIN = $(GOBASE)/build/bin GOCMD = $(GOBASE)/cmd @@ -50,6 +50,7 @@ test: clean: rm deposit-data_* rm dkg_results_* + rm keyshares_* rm $(GOBIN)/* rm *.log diff --git a/docs/cli_installation_instructions.md b/docs/cli_installation_instructions.md index a2d5464..64d85af 100644 --- a/docs/cli_installation_instructions.md +++ b/docs/cli_installation_instructions.md @@ -4,8 +4,8 @@ Downloads |Version|Link| os|arch| |-------|----|---|----| -|0.2.3| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.3/rockx-dkg-cli.0.2.3.darwin.arm64.tar.gz | darwin| arm64| -|0.2.3| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.3/rockx-dkg-cli.0.2.3.linux.amd64.tar.gz | linux| amd64| +|0.2.4| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.4/rockx-dkg-cli.0.2.4.darwin.arm64.tar.gz | darwin| arm64| +|0.2.4| https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.4/rockx-dkg-cli.0.2.4.linux.amd64.tar.gz | linux| amd64| ### Installation (for os: darwin and arch: arm64) @@ -13,13 +13,13 @@ Downloads 1. Download the latest version of the cli tool from above page ``` -wget https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.3/rockx-dkg-cli.0.2.3.linux.amd64.tar.gz +wget https://github.com/RockX-SG/rockx-dkg-cli/releases/download/v0.2.4/rockx-dkg-cli.0.2.4.linux.amd64.tar.gz ``` 2. Extract the cli ``` -tar -xzvf rockx-dkg-cli.0.2.3.linux.amd64.tar.gz +tar -xzvf rockx-dkg-cli.0.2.4.linux.amd64.tar.gz ``` 3. Move the file to your PATH and Set messenger service address for the cli