From 9e885d5bd724e520b334b165906fc9e822079a12 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Wed, 3 Jul 2019 09:56:53 -0700 Subject: [PATCH] Bumped version in consts.go Signed-off-by: Russ Magee --- consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consts.go b/consts.go index b65c4a9..dc3608b 100644 --- a/consts.go +++ b/consts.go @@ -10,4 +10,4 @@ package hkexsh // common constants for the HKExSh // Version string returned by tools -const Version = "0.8.1 (NO WARRANTY)" +const Version = "0.8.3 (NO WARRANTY)"