From b0ddd6af217a873c66013706372b5d989feffcf3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 16:47:52 -0600 Subject: [PATCH] v0.10 Signed-off-by: Jeff Carr --- draw.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draw.go b/draw.go index 04c158f..9574934 100644 --- a/draw.go +++ b/draw.go @@ -7,6 +7,9 @@ import ( ) // TODO: make sure this works without needing to be shown +// apparently due to me once committing v0.9.2 as go.wit.com/gui +// every version number must start above that +// this is a test commit to tag this as v0.10 func (d *LogSettings) Show() { if ! d.Ready() { return }