Skip to content

Commit dc35c04

Browse files
committed
add Ubuntu 24.04 db support
1 parent c1132ec commit dc35c04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package/db/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
"aarch64": "https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-ubuntu2204-7.0.4.tgz",
9696
"x86_64": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz",
9797
},
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+
},
98102
},
99103
}
100104

@@ -139,7 +143,7 @@ def _get_download():
139143
MONGODB_BINARIES = ["mongod"]
140144

141145

142-
VERSION = "1.1.3"
146+
VERSION = "1.1.4"
143147

144148

145149
def get_version():

0 commit comments

Comments
 (0)