From: Simon J Mudd Date: Fri, 9 Jan 2015 17:38:04 +0000 (+0100) Subject: Configure setup_instruments (for the mutex page) if possible on startup, and restore... X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=68d16c936752d5c43f330b981bbd4b215654d13b;hp=19c8ae094d0914226a3fcd75576d39528828dace;p=pstop.git Configure setup_instruments (for the mutex page) if possible on startup, and restore when stopping --- diff --git a/version/version.go b/version/version.go index f3f0e95..5f222a8 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( - version = "0.2.0" + version = "0.2.1" ) // return the current application version