summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-11 12:04:21 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-11 12:04:21 -0700
commitc959075d254600cf04e763893e717c55156bc107 (patch)
treeee50d7c19a8f8d9f7998e1c49c812609484d9094
parent1090d326e8c85a07b5ec35d363e4ebdf67f85a54 (diff)
Bump version1.2.9
-rwxr-xr-xdownload.sh2
-rw-r--r--main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/download.sh b/download.sh
index d2139a3..246605c 100755
--- a/download.sh
+++ b/download.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-VERSION=1.2.7
+VERSION=1.2.8
download() {
archive=gotop_${VERSION}_${1}.tgz
diff --git a/main.go b/main.go
index af62e9e..0f02d50 100644
--- a/main.go
+++ b/main.go
@@ -14,7 +14,7 @@ import (
"github.com/docopt/docopt-go"
)
-const VERSION = "1.2.7"
+const VERSION = "1.2.8"
var (
termResized = make(chan bool, 1)