Skip to content

Commit a227e5c

Browse files
author
andre-senna
committed
Chores: create a new release version 0.4.2
1 parent a0d0747 commit a227e5c

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,6 +1,6 @@
11
from common.utils import get_server_username
22

3-
VERSION = '0.4.0'
3+
VERSION = '0.4.2'
44
RELEASE_NOTES_URL = "https://raw.githubusercontent.com/singnet/das/master/docs/release-notes.md"
55

66
# PATHS
@@ -23,7 +23,7 @@
2323
MONGODB_IMAGE_VERSION = "6.0.13-jammy"
2424

2525
METTA_PARSER_IMAGE_NAME = "trueagi/das"
26-
METTA_PARSER_IMAGE_VERSION = "0.5.1-metta-parser"
26+
METTA_PARSER_IMAGE_VERSION = "0.5.3-metta-parser"
2727

2828
OPENFAAS_IMAGE_NAME = "trueagi/openfaas"
2929

0 commit comments

Comments
 (0)