Fixes [stage]

This commit is contained in:
crschnick
2026-08-25 16:30:52 +00:00
parent 9f5940588d
commit a43b97976b
2 changed files with 2 additions and 2 deletions
@@ -78,7 +78,7 @@ public class DataStorageCompatibilityCheck {
}
private static void runTransitoryBuild() throws Exception {
var version = AppProperties.get().isStaging() ? "23.99-4" : "23.99";
var version = AppProperties.get().isStaging() ? "23.99-5" : "23.99";
var downloaded = AppDownloads.downloadArtifact(AppRelease.ofPortable(version));
var tempTarget = AppSystemInfo.ofCurrent().getTemp().resolve("xpipe-v23.99");
var shell = LocalShell.get(DataStorageCompatibilityCheck.class);
+1 -1
View File
@@ -1 +1 @@
24.0-55
24.0-56