mirror of
https://github.com/cjbassi/gotop.git
synced 2025-05-03 22:17:15 +08:00
Bump version
This commit is contained in:
parent
8009e1da0f
commit
dfc92eb7ad
2
build.sh
2
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Build Steps
|
# Build Steps
|
||||||
# 1. update version number in `gotop.go` and `download.sh`
|
# 1. update version number in `main.go` and `download.sh`
|
||||||
# 2. run this script
|
# 2. run this script
|
||||||
# 3. publish binaries on GitHub
|
# 3. publish binaries on GitHub
|
||||||
# 4. push changes to GitHub
|
# 4. push changes to GitHub
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERSION=1.2.2
|
VERSION=1.2.3
|
||||||
|
|
||||||
download() {
|
download() {
|
||||||
curl -L https://github.com/cjbassi/gotop/releases/download/$VERSION/gotop-$VERSION-${1}.tgz > gotop.tgz
|
curl -L https://github.com/cjbassi/gotop/releases/download/$VERSION/gotop-$VERSION-${1}.tgz > gotop.tgz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user