bug fix: update presta version

This commit is contained in:
usmannasir
2024-03-26 20:12:17 +04:00
parent 21c7352cce
commit a91de837e5

View File

@@ -33,7 +33,7 @@ class ApplicationInstaller(multi.Thread):
REMOTE = 0
PORT = '3306'
MauticVersion = '4.4.9'
PrestaVersion = '1.7.8.3'
PrestaVersion = '8.1.5'
def __init__(self, installApp, extraArgs):
multi.Thread.__init__(self)