Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Nickoloff <[email protected]>
  • Loading branch information
Jeff Nickoloff committed Sep 13, 2023
1 parent a8643f9 commit 12b0984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion failure_flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Requester func(chan []Experiment, *http.Request, Logf)

// exported variables
var (
Version = `v0.2.0`
Version = `v1.0.0`
VersionIdentifier = `go-` + Version
LookupTimeout = 2 * time.Millisecond
LookupBackoff = 5 * time.Minute
Expand Down

0 comments on commit 12b0984

Please sign in to comment.