From a30dc9e701578e2e77a95d4dbf0e58259ce99459 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 17 Sep 2025 21:04:24 +0200 Subject: [PATCH] fix version --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index e3a81ee..fe827b1 100644 --- a/config.go +++ b/config.go @@ -125,7 +125,7 @@ var Templates = map[string]string{ } const ( - VERSION string = "0.0.9" + VERSION string = "0.0.8" DefaultCount int = 160 // number of words to generate if -c is omitted DefaultColumns int = 10 // number of columns to print MaxWidth int = 72 // max width of output, adjusts columns