Skip to content

Commit 675442c

Browse files
committed
v1.8-rc4
1 parent 973b319 commit 675442c

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
@@ -8,7 +8,7 @@ import (
88

99
var (
1010
// Version is set at build time (must be a var, not a const!)
11-
Version = "v1.8-rc3"
11+
Version = "v1.8-rc4"
1212

1313
// RFC3339Milli is a time format string based on time.RFC3339 but with millisecond precision
1414
RFC3339Milli = "2006-01-02T15:04:05.999Z07:00"

0 commit comments

Comments
 (0)