This commit is contained in:
crschnick 2025-04-12 19:34:23 +00:00
parent 322faf247e
commit 4dc6f3f913
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ public enum AppDistributionType implements Translatable {
}
if (!AppProperties.get().isImage()) {
type = CHOCO;
type = DEVELOPMENT;
return;
}

View file

@ -1 +1 @@
16.0-31
16.0-32