From ff248d566d424beb1eda8f7984f385658353b244 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 22 Jan 2017 14:13:37 +0900 Subject: Drop ncurses dependency Close #818 --- src/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.go') diff --git a/src/constants.go b/src/constants.go index 0faa7da1..082909b8 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.16.1" + version = "0.16.2-alpha" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond -- cgit v1.2.3