From f32b28bd558834c4262c8f7f3c033e07d181f19c Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 6 Jun 2025 16:25:36 -0400 Subject: [PATCH] DOCSP-50565: Go v2.2.2 --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 309c7128..864c285d 100644 --- a/snooty.toml +++ b/snooty.toml @@ -19,7 +19,7 @@ driver-long = "MongoDB Go Driver" driver-short = "Go driver" docs-branch = "master" version = "v2.2" -full-version = "{+version+}.1" +full-version = "{+version+}.2" example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets" api = "https://pkg.go.dev/go.mongodb.org/mongo-driver/{+api-version+}" stable-api = "Stable API"