Merge branch 'release-5.2' into release-6.0, changing the API version in the go documentation in the process.
This commit is contained in:
parent
d8718388a2
commit
90c9822174
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue