Bump version

This commit is contained in:
Caleb Bassi 2018-04-08 16:56:06 -07:00
parent 8009e1da0f
commit dfc92eb7ad
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# 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
# 3. publish binaries on GitHub
# 4. push changes to GitHub

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION=1.2.2
VERSION=1.2.3
download() {
curl -L https://github.com/cjbassi/gotop/releases/download/$VERSION/gotop-$VERSION-${1}.tgz > gotop.tgz

View File

@ -14,7 +14,7 @@ import (
"github.com/docopt/docopt-go"
)
const VERSION = "1.2.2"
const VERSION = "1.2.3"
var (
termResized = make(chan bool, 1)