From a598bc3d6d6c3a447418ccca6f762a7f8f243446 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 1 Nov 2024 12:18:40 +0100 Subject: [PATCH] bump version --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 9d2f571..8075c2a 100644 --- a/config.go +++ b/config.go @@ -124,7 +124,7 @@ var Templates = map[string]string{ } const ( - VERSION string = "0.0.5" + VERSION string = "0.0.6" 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