Bump version

This commit is contained in:
Caleb Bassi 2018-08-23 20:01:58 -07:00
parent d14e09c34f
commit b6ce4a0e21
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
"github.com/docopt/docopt-go"
)
var version = "1.4.1"
var version = "1.4.2"
var (
termResized = make(chan bool, 1)