From b26a76d8356526894c882f9abb012eb956f83a83 Mon Sep 17 00:00:00 2001 From: norareidy Date: Wed, 7 May 2025 14:15:49 -0400 Subject: [PATCH] DOCSP-49853: 2.2.1 release --- snooty.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snooty.toml b/snooty.toml index 7e83afef..309c7128 100644 --- a/snooty.toml +++ b/snooty.toml @@ -18,8 +18,8 @@ api-version = "v2" driver-long = "MongoDB Go Driver" driver-short = "Go driver" docs-branch = "master" -version = "v2.1" -full-version = "{+version+}.0" +version = "v2.2" +full-version = "{+version+}.1" 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"