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 7cfb628 commit f4762d9Copy full SHA for f4762d9
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.10"
+ Version = "v1.10.1"
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