Skip to content

Commit

Permalink
Change to apiVersion 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Sibanda committed Jun 24, 2020
1 parent 4b5ca80 commit 780cbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faunadb/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
apiVersion = "2.7"
apiVersion = "3"
defaultEndpoint = "https://db.fauna.com"
requestTimeout = 60 * time.Second
headerTxnTime = "X-Txn-Time"
Expand Down

0 comments on commit 780cbc5

Please sign in to comment.