Fix app version

This commit is contained in:
Cedric Staub
2017-05-15 21:35:28 -07:00
parent ddeda0065e
commit 1fc809aa1d
+1 -1
View File
@@ -68,7 +68,7 @@ const minWidth = 60
const maxWidth = 80
func main() {
app.Version("1.8.0")
app.Version("1.9.1")
terminalWidth := determineTerminalWidth()