From 9b27b2915a4a452bc0c6d2ab8377ae2153e9ad7f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Jun 2019 03:11:05 -0700 Subject: [PATCH] start tracking 'dirty' builds. also fixes the logic in 'gui' that was causing segfaults because it was indexing the tabs from '1' instead of '0' so it would try to look at tab '5' (for example) but only tab '4' would actually exist. (interestingly windows and the macos didn't crash) Signed-off-by: Jeff Carr --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 45a346d..592e815 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.11 +0.6.12