Skip to content

Commit

Permalink
fix: update LD API version to 20240415 (#268)
Browse files Browse the repository at this point in the history
Update LD API version to 20240415
  • Loading branch information
ldhenry authored Jan 30, 2025
1 parent 4d5cd7a commit 70bef86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launchdarkly/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
var version = "unreleased"

const (
APIVersion = "20220603"
APIVersion = "20240415"
MAX_RETRIES = 12
RETRY_WAIT_MIN = 200 * time.Millisecond
RETRY_WAIT_MAX = 2000 * time.Millisecond
Expand Down

0 comments on commit 70bef86

Please sign in to comment.