From a4506cd44a8c3f0d2e093201bd88f1b6eac8d3d2 Mon Sep 17 00:00:00 2001 From: sqshq Date: Mon, 8 Apr 2019 22:04:39 -0400 Subject: [PATCH] bump version --- console/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/console.go b/console/console.go index 082e2dc..096b3c0 100644 --- a/console/console.go +++ b/console/console.go @@ -11,7 +11,7 @@ const ( MaxRenderInterval = 1000 * time.Millisecond MinRenderInterval = 100 * time.Millisecond AppTitle = "sampler" - AppVersion = "0.1.0" + AppVersion = "0.9.0" ) const (