Skip to content

Commit 8ea7f1d

Browse files
change 2.18 to 2.19 (#71)
1 parent fa40d7f commit 8ea7f1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/csharp
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions 2.18 master
3+
define: versions 2.19 master
44

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

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ standard-version = "2.1"
2424
language = "C#"
2525
mongo-community = "MongoDB Community Edition"
2626
mongo-enterprise = "MongoDB Enterprise Edition"
27-
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
28-
version-number = "2.18" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
27+
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
28+
version-number = "2.19" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
2929
version = "v{+version-number+}"
3030
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
3131
stable-api = "Stable API"

0 commit comments

Comments
 (0)