Skip to content

Commit 9e1244b

Browse files
Chores: create a new release version 0.3.2
1 parent fac64a5 commit 9e1244b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from common.utils import get_server_username
22

33

4-
VERSION = '0.3.1'
4+
VERSION = '0.3.2'
55
RELEASE_NOTES_URL = (
66
"https://raw.githubusercontent.com/singnet/das/master/docs/release-notes.md"
77
)
@@ -26,7 +26,7 @@
2626
MONGODB_IMAGE_VERSION = "6.0.13-jammy"
2727

2828
METTA_PARSER_IMAGE_NAME = "trueagi/das"
29-
METTA_PARSER_IMAGE_VERSION = "0.4.1-metta-parser"
29+
METTA_PARSER_IMAGE_VERSION = "0.4.2-metta-parser"
3030

3131
OPENFAAS_IMAGE_NAME = "trueagi/openfaas"
3232

0 commit comments

Comments
 (0)