From 3edc3431fe57e65539db8473bf95dc2701439155 Mon Sep 17 00:00:00 2001
From: Ray Jenkins <ray.jenkins@snowflake.com>
Date: Mon, 16 May 2022 14:48:40 -0500
Subject: [PATCH] Update go bindings.

---
 bindings/go/src/fdb/generated.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/go/src/fdb/generated.go b/bindings/go/src/fdb/generated.go
index aa6be19289..a3c0674e64 100644
--- a/bindings/go/src/fdb/generated.go
+++ b/bindings/go/src/fdb/generated.go
@@ -289,7 +289,7 @@ func (o NetworkOptions) SetDistributedClientTracer(param string) error {
 //
 // Parameter: Client directory for temporary files. 
 func (o NetworkOptions) SetClientTmpDir(param string) error {
-	return o.setOpt(90, []byte(param))
+	return o.setOpt(91, []byte(param))
 }
 
 // Set the size of the client location cache. Raising this value can boost performance in very large databases where clients access data in a near-random pattern. Defaults to 100000.