From 1d359df5e6244b6d822c6f9fe6dbc7ccbcaa7174 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Thu, 22 Sep 2022 22:10:14 +0200 Subject: [PATCH] v1.3.2 --- config/vars.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/vars.go b/config/vars.go index bb1b847a..538ea335 100644 --- a/config/vars.go +++ b/config/vars.go @@ -7,7 +7,7 @@ import ( // Set during build var ( // Version is the version of the software, set at build time - Version = "v1.3.2-dev" + Version = "v1.3.2" ) // Other settings