From 072d9ec570ffe2a9b08e8c5815fd216f48416c24 Mon Sep 17 00:00:00 2001 From: avalonche Date: Tue, 27 Feb 2024 15:42:47 +1100 Subject: [PATCH] v1.7 --- config/vars.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/vars.go b/config/vars.go index 0130d1c6..4965dddf 100644 --- a/config/vars.go +++ b/config/vars.go @@ -8,7 +8,7 @@ import ( var ( // Version is set at build time (must be a var, not a const!) - Version = "v1.7-dev" + Version = "v1.7" // RFC3339Milli is a time format string based on time.RFC3339 but with millisecond precision RFC3339Milli = "2006-01-02T15:04:05.999Z07:00"