From 9f65fc3ea8568972ef33d2b777266c81fa4e1b1f Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Sat, 17 Sep 2022 16:38:39 +0200 Subject: [PATCH] Bump version --- common.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.go b/common.go index 6e70f67..2a86459 100644 --- a/common.go +++ b/common.go @@ -18,8 +18,8 @@ import ( "time" ) -const VERSION = "v0.3" -const COPYRIGHT = "Copyright (c) 2021 Davide Depau\n\n" + +const VERSION = "v0.4" +const COPYRIGHT = "Copyright (c) 2022 Davide Depau\n\n" + "License: GNU GPL version 3.0 or later .\n" + "This is free software; see the source for copying conditions. There is NO\n" + "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."