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 09af84b commit e0b458eCopy full SHA for e0b458e
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-alpha7"
+ Version = "v1.10"
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