diff --git a/bindings/go/src/fdb/doc.go b/bindings/go/src/fdb/doc.go index 716e559f22..a7308887a8 100644 --- a/bindings/go/src/fdb/doc.go +++ b/bindings/go/src/fdb/doc.go @@ -46,7 +46,7 @@ A basic interaction with the FoundationDB API is demonstrated below: func main() { // Different API versions may expose different runtime behaviors. - fdb.MustAPIVersion(200) + fdb.MustAPIVersion(600) // Open the default database from the system cluster db := fdb.MustOpenDefault()