chore(release): 1.15.7 [skip ci]

## [1.15.7](https://github.com/ashim-hq/ashim/compare/v1.15.6...v1.15.7) (2026-04-17)

### Bug Fixes

* add retry with backoff for apt-get update on CUDA base image ([3d6db5a](https://github.com/ashim-hq/ashim/commit/3d6db5a32d3f9292d5476e9bd80c1f06624fa316))
This commit is contained in:
semantic-release-bot
2026-04-17 07:04:40 +00:00
parent 3d6db5a32d
commit caa2160ef8
9 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -1180,7 +1180,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [
{ id: "none", label: "None", width: 0, height: 0 },
];
export const APP_VERSION = "1.15.6";
export const APP_VERSION = "1.15.7";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).