bump version for setup scripts

This commit is contained in:
c9s 2021-12-07 00:29:58 +08:00
parent c3c797397a
commit c43b3cfe31
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ function info()
osf=$(uname | tr '[:upper:]' '[:lower:]')
arch=amd64
version=v1.18.0
version=v1.19.2
dist_file=bbgo-$version-$osf-$arch.tar.gz
info "downloading..."

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
osf=$(uname | tr '[:upper:]' '[:lower:]')
version=v1.18.0
version=v1.19.2
dist_file=bbgo-$version-$osf-amd64.tar.gz
RED='\033[0;31m'