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