From bbacc01d52200ca313549cf1256baf18d6522c0b Mon Sep 17 00:00:00 2001 From: NguyenNguyen Date: Wed, 22 Apr 2020 16:26:57 +0700 Subject: [PATCH] bump v0.8 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3ce5856..15d4ee0 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.7-beta +export TOMOX_BOT_VERSION=0.8 export GO111MODULE=off echo Deleting old binaries in 'bin' sudo rm -rf bin