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:
A.J. Beamon 2018-09-19 11:31:11 -07:00
parent d8718388a2
commit 90c9822174
1 changed files with 1 additions and 1 deletions

View File

@ -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()