Skip to content

Commit

Permalink
(vb365) bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 26, 2023
1 parent 9578741 commit a9fc448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/veeam-backup-for-microsoft-365-iso/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ function global:au_GetLatest {

$isoVersion = $version

if($version -match "7.0.0.4388") {
$isoVersion = "7.0.0.4388_P20231015"
if($version -match "7.1.0.1401") {
$isoVersion = "7.1.0.1401_P20231218"
}

$version = Get-Version ($version)
Expand Down

0 comments on commit a9fc448

Please sign in to comment.