Bumped version

This commit is contained in:
Caleb Bassi 2018-03-27 14:03:49 -07:00
parent 86c5c7155a
commit 0aa09f4fc6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)