Bump version

This commit is contained in:
Caleb Bassi 2018-04-09 19:02:46 -07:00
parent b36602ca97
commit 403bdc747b
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
VERSION=1.2.3
VERSION=1.2.4
download() {
archive=gotop-$VERSION-${1}.tgz
archive=gotop_${VERSION}_${1}.tgz
curl -LO https://github.com/cjbassi/gotop/releases/download/$VERSION/$archive
tar xf $archive
rm $archive

View File

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