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 cb1b521 commit 1904bfeCopy full SHA for 1904bfe
config/vars.go
@@ -8,7 +8,7 @@ import (
8
9
var (
10
// Version is set at build time (must be a var, not a const!)
11
- Version = "v1.8.1"
+ Version = "v1.8.2-dev"
12
13
// RFC3339Milli is a time format string based on time.RFC3339 but with millisecond precision
14
RFC3339Milli = "2006-01-02T15:04:05.999Z07:00"
0 commit comments