From 1199f090eea6e0c609d9eac6512ce0b8d8c13756 Mon Sep 17 00:00:00 2001 From: Mateusz Morusiewicz <11313015+Ruteri@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:27:01 +0200 Subject: [PATCH] Bump version to v0.7.10 (#250) --- config/vars.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/vars.go b/config/vars.go index 48bc1a61..631817da 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 = "v0.7.10-dev" + Version = "v0.7.10" // BuildTime is the output of `date` at build time. Eg. "Sat Jul 16 13:18:55 CEST 2022" BuildTime string