From a086d99bf2abc546dfdea0404b53c71641161483 Mon Sep 17 00:00:00 2001 From: sqshq Date: Sun, 18 Aug 2019 13:11:30 -0400 Subject: [PATCH] 1.0.3 --- console/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/console.go b/console/console.go index 7c783d0..9bbb2c5 100644 --- a/console/console.go +++ b/console/console.go @@ -14,7 +14,7 @@ const ( ColumnsCount = 80 RowsCount = 40 AppTitle = "sampler" - AppVersion = "1.0.2" + AppVersion = "1.0.3" AppLicenseWarning = "NOT ACTIVATED. PLEASE CONSIDER TO PURCHASE PERSONAL OR COMMERCIAL LICENSE. WWW.SAMPLER.DEV " )