Bumped version number

This commit is contained in:
Caleb Bassi 2018-03-04 21:14:12 -08:00
parent 8b6e1340b4
commit ff80f86da8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION=1.1.0
VERSION=1.1.1
download() {
curl -L https://github.com/cjbassi/gotop/releases/download/$VERSION/gotop-$VERSION-${1}.tgz > gotop.tgz

View File

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