Skip to content

Commit bca5da4

Browse files
authored
update minor version (#158)
* update minor version * nit rename constant
1 parent 8d31b61 commit bca5da4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ toc_landing_pages = [
99

1010
[constants]
1111
version = 4.3
12+
full-version = "{+version+}.2"
1213
package-name-org = "mongodb-org"
1314
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. code-block:: groovy
22
33
dependencies {
4-
compile 'org.mongodb:mongodb-driver-sync:4.3.0'
4+
compile 'org.mongodb:mongodb-driver-sync:{+full-version+}'
55
}
66

source/includes/quick-start/maven-versioned.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dependency>
55
<groupId>org.mongodb</groupId>
66
<artifactId>mongodb-driver-sync</artifactId>
7-
<version>4.3.0</version>
7+
<version>{+full-version+}</version>
88
</dependency>
99
</dependencies>
1010

0 commit comments

Comments
 (0)