Skip to content

Commit 0ecb656

Browse files
committed
v0.8.2
1 parent 705a264 commit 0ecb656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/vars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
// Set during build
88
var (
99
// Version is the version of the software, set at build time
10-
Version = "v0.8.2-dev"
10+
Version = "v0.8.2"
1111

1212
// BuildTime is the output of `date` at build time. Eg. "Sat Jul 16 13:18:55 CEST 2022"
1313
BuildTime string

0 commit comments

Comments
 (0)