Bump version

This commit is contained in:
Caleb Bassi 2018-04-21 21:28:18 -07:00
parent 8505b9c240
commit 92374f240f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION=1.2.13
VERSION=1.2.14
download() {
archive=gotop_${VERSION}_${1}.tgz

View File

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