diff --git a/Install-Enscape.ps1 b/Install-Enscape.ps1 index 3f91cc9..76738b6 100644 --- a/Install-Enscape.ps1 +++ b/Install-Enscape.ps1 @@ -1,5 +1,5 @@ ## Path to the MSI installer -$MSIURL = 'https://enscape-installer.chaosgroup.com/installer.enscape.io/Enscape-3.5.2%2B112393.msi' +$MSIURL = 'https://enscape-installer.chaosgroup.com/installer.enscape.io/Enscape-3.5.6%2B204048.msi' ## Run the installer $INSTALLER = Download-File -URL $MSIURL