From 06f43f3d44089649635913738adf553c3f6bb4e2 Mon Sep 17 00:00:00 2001 From: NguyenNguyen Date: Tue, 28 Apr 2020 15:17:43 +0700 Subject: [PATCH] bump v0.8.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 15d4ee0..2790200 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ export TOMOX_BOT_PACKAGE=github.com/thanhnguyennguyen/tomox-bot -export TOMOX_BOT_VERSION=0.8 +export TOMOX_BOT_VERSION=0.8.1 export GO111MODULE=off echo Deleting old binaries in 'bin' sudo rm -rf bin