summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-03-27 14:03:49 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-03-27 14:03:49 -0700
commit0aa09f4fc6afc71624c8956bdfdd80a72b808cb0 (patch)
tree06d0a658da3edaedf681ee828f7a9ddf37162ac1
parent86c5c7155acfb695926081eedd16e365687032d1 (diff)
Bumped version
-rwxr-xr-xdownload.sh2
-rw-r--r--gotop.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/download.sh b/download.sh
index 417ba20..c7d9ac2 100755
--- a/download.sh
+++ b/download.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-VERSION=1.2.1
+VERSION=1.2.2
download() {
curl -L https://github.com/cjbassi/gotop/releases/download/$VERSION/gotop-$VERSION-${1}.tgz > gotop.tgz
diff --git a/gotop.go b/gotop.go
index 4369465..92e3cf6 100644
--- a/gotop.go
+++ b/gotop.go
@@ -14,7 +14,7 @@ import (
"github.com/docopt/docopt-go"
)
-const VERSION = "1.2.1"
+const VERSION = "1.2.2"
var (
termResized = make(chan bool, 1)