diff --git a/PoShKeePass.psm1 b/PoShKeePass.psm1 index 36a25c6..c412052 100644 --- a/PoShKeePass.psm1 +++ b/PoShKeePass.psm1 @@ -29,7 +29,7 @@ if (-not(Test-Path -Path $Global:KeePassConfigurationFile)) $previousVersion = [int]($Versions[1] -replace '\.') $CurrentVersion = $Versions[0] - if($previousVersion -lt 2118) + if($previousVersion -lt 2124) { Write-Warning -Message ('**BREAKING CHANGES:** This new version of the module {0} contains BREAKING CHANGES, please review the changelog or readme for details!' -f $CurrentVersion) } diff --git a/build.ps1 b/build.ps1 index fddb5a1..7691ad7 100644 --- a/build.ps1 +++ b/build.ps1 @@ -64,7 +64,7 @@ if (-not(Test-Path -Path $Global:KeePassConfigurationFile)) $previousVersion = [int]($Versions[1] -replace '\.') $CurrentVersion = $Versions[0] - if($previousVersion -lt 2118) + if($previousVersion -lt 2124) { Write-Warning -Message ('**BREAKING CHANGES:** This new version of the module {0} contains BREAKING CHANGES, please review the changelog or readme for details!' -f $CurrentVersion) }