We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d0747 commit a227e5cCopy full SHA for a227e5c
src/config/config.py
@@ -1,6 +1,6 @@
1
from common.utils import get_server_username
2
3
-VERSION = '0.4.0'
+VERSION = '0.4.2'
4
RELEASE_NOTES_URL = "https://raw.githubusercontent.com/singnet/das/master/docs/release-notes.md"
5
6
# PATHS
@@ -23,7 +23,7 @@
23
MONGODB_IMAGE_VERSION = "6.0.13-jammy"
24
25
METTA_PARSER_IMAGE_NAME = "trueagi/das"
26
-METTA_PARSER_IMAGE_VERSION = "0.5.1-metta-parser"
+METTA_PARSER_IMAGE_VERSION = "0.5.3-metta-parser"
27
28
OPENFAAS_IMAGE_NAME = "trueagi/openfaas"
29
0 commit comments