We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1187654 commit 530d660Copy full SHA for 530d660
1 file changed
Modules/CIPPCore/Public/Assert-CippVersion.ps1
@@ -22,7 +22,7 @@ function Assert-CippVersion {
22
}
23
24
$RemoteAPIVersion = (Invoke-CIPPRestMethod -Uri 'https://raw.githubusercontent.com/KelvinTegelaar/CIPP-API/master/version_latest.txt').trim()
25
- $RemoteCIPPVersion = (Invoke-CIPPRestMethod -Uri 'https://raw.githubusercontent.com/KelvinTegelaar/CIPP/main/public/version.json').version
+ $RemoteCIPPVersion = (Invoke-CIPPRestMethod -Uri 'https://raw.githubusercontent.com/CyberDrain/CIPP/main/backend/version_latest.txt').trim()
26
27
[PSCustomObject]@{
28
LocalCIPPVersion = $CIPPVersion
0 commit comments