We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac64a5 commit 9e1244bCopy full SHA for 9e1244b
src/config/config.py
@@ -1,7 +1,7 @@
1
from common.utils import get_server_username
2
3
4
-VERSION = '0.3.1'
+VERSION = '0.3.2'
5
RELEASE_NOTES_URL = (
6
"https://raw.githubusercontent.com/singnet/das/master/docs/release-notes.md"
7
)
@@ -26,7 +26,7 @@
26
MONGODB_IMAGE_VERSION = "6.0.13-jammy"
27
28
METTA_PARSER_IMAGE_NAME = "trueagi/das"
29
-METTA_PARSER_IMAGE_VERSION = "0.4.1-metta-parser"
+METTA_PARSER_IMAGE_VERSION = "0.4.2-metta-parser"
30
31
OPENFAAS_IMAGE_NAME = "trueagi/openfaas"
32
0 commit comments