From bc9d77a02d024dbe88856cca29edf6d436a627f6 Mon Sep 17 00:00:00 2001 From: sqshq Date: Sun, 2 Jun 2019 12:07:25 -0400 Subject: [PATCH] =?UTF-8?q?0.9.1=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/console.go b/console/console.go index f502739..d03304b 100644 --- a/console/console.go +++ b/console/console.go @@ -14,7 +14,7 @@ const ( ColumnsCount = 80 RowsCount = 40 AppTitle = "sampler" - AppVersion = "0.9.0" + AppVersion = "0.9.1" AppLicenseWarning = "UNLICENSED. FOR PERSONAL USE ONLY. VISIT WWW.SAMPLER.DEV" )