From b608a6921bd82da614460d3904f9eb397daead36 Mon Sep 17 00:00:00 2001 From: Georg Spar Date: Wed, 28 Jun 2023 21:45:50 +0200 Subject: [PATCH] v0.1.1: update allg. Einstellungen --- wdm.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wdm.go b/wdm.go index 85e3e7f..7782502 100644 --- a/wdm.go +++ b/wdm.go @@ -15,8 +15,8 @@ import ( const ( Author string = "Georg Spar" - Version string = "0.1.0" - ReleaseDate string = "2023-06-01" + Version string = "0.1.1" + ReleaseDate string = "2023-06-28" ) func main() {