Skip to content

Commit

Permalink
fix build version (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris authored Jun 27, 2023
1 parent 635800e commit 4c8e380
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import (
"github.com/flashbots/mev-boost/common"
)

// Version is set at build time
const Version = "v1.7-dev"

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

// 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 4c8e380

Please sign in to comment.