Skip to content

Commit cc39f70

Browse files
authored
add go 1.10 (#118)
1 parent 2ee7da9 commit cc39f70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/go
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions master
3+
define: versions 1.7 1.8 1.9 1.10 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1616
[constants]
1717
driver-long = "MongoDB Go Driver"
1818
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
19-
version = "v1.10.0-beta1" # always set this to the driver branch (i.e. v1.7.0, v1.8.0, etc.)
19+
version = "v1.10.1" # always set this to the driver branch (i.e. v1.7.0, v1.8.0, etc.)
2020
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
2121
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver@{+version+}"
2222
stable-api = "Stable API"

0 commit comments

Comments
 (0)