Skip to content

Commit

Permalink
revert vars.go change
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHackett12 committed May 6, 2024
1 parent f00d0c1 commit fbc449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var (
// Version is set at build time (must be a var, not a const!)
Version = "v1.8-dev"
Version = "v1.7.1"

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

0 comments on commit fbc449f

Please sign in to comment.