We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705a264 commit 0ecb656Copy full SHA for 0ecb656
config/vars.go
@@ -7,7 +7,7 @@ import (
7
// Set during build
8
var (
9
// Version is the version of the software, set at build time
10
- Version = "v0.8.2-dev"
+ Version = "v0.8.2"
11
12
// BuildTime is the output of `date` at build time. Eg. "Sat Jul 16 13:18:55 CEST 2022"
13
BuildTime string
0 commit comments