From 3463d313856b8dacbc1ff265882535c6f3b300ec Mon Sep 17 00:00:00 2001 From: Daryl Manning Date: Tue, 30 Jun 2020 18:57:33 +0800 Subject: [PATCH] Bumped version number (and tested on linux) --- harsh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harsh.go b/harsh.go index 318b882..219706c 100644 --- a/harsh.go +++ b/harsh.go @@ -50,7 +50,7 @@ func main() { Name: "Harsh", Usage: "habit tracking for geeks", Description: "A simple, minimalist CLI for tracking and understanding habits.", - Version: "0.8.5", + Version: "0.8.6", Commands: []*cli.Command{ { Name: "ask",