Bump version

This commit is contained in:
Caleb Bassi 2018-04-10 21:39:17 -07:00
parent 8f2a633868
commit 2457910df9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION=1.2.6 VERSION=1.2.7
download() { download() {
archive=gotop_${VERSION}_${1}.tgz archive=gotop_${VERSION}_${1}.tgz

View File

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