We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1132ec commit dc35c04Copy full SHA for dc35c04
package/db/setup.py
@@ -95,6 +95,10 @@
95
"aarch64": "https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-ubuntu2204-7.0.4.tgz",
96
"x86_64": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz",
97
},
98
+ "24": {
99
+ "aarch64": "https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-ubuntu2204-7.0.4.tgz",
100
+ "x86_64": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz",
101
+ },
102
103
}
104
@@ -139,7 +143,7 @@ def _get_download():
139
143
MONGODB_BINARIES = ["mongod"]
140
144
141
145
142
-VERSION = "1.1.3"
146
+VERSION = "1.1.4"
147
148
149
def get_version():
0 commit comments