summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-13 16:17:11 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-13 16:24:00 -0700
commit341fcfeb754c4fd12d839b6fe565b59d67924a0b (patch)
tree62427abb2047023369151d9317f001b5c64109a8
parent74c10955c8ff62f6dd3653f5b1d2a963fe565248 (diff)
Bump version
-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 3c8ffba..db4591a 100755
--- a/download.sh
+++ b/download.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-VERSION=1.2.11
+VERSION=1.2.12
download() {
archive=gotop_${VERSION}_${1}.tgz
diff --git a/main.go b/main.go
index 2e308e3..c1a95d0 100644
--- a/main.go
+++ b/main.go
@@ -15,7 +15,7 @@ import (
"github.com/docopt/docopt-go"
)
-const VERSION = "1.2.11"
+const VERSION = "1.2.12"
var (
termResized = make(chan bool, 1)