chore(release): 1.15.3 [skip ci]

## [1.15.3](https://github.com/ashim-hq/ashim/compare/v1.15.2...v1.15.3) (2026-04-16)

### Bug Fixes

* retry apt-get update on transient mirror sync errors (Acquire::Retries=3) ([cec7163](https://github.com/ashim-hq/ashim/commit/cec71632d0c868c3a413b813ff15baccc8fa8cdd))
This commit is contained in:
semantic-release-bot
2026-04-16 19:46:27 +00:00
parent cec71632d0
commit b76b9a1878
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.2";
export const APP_VERSION = "1.15.3";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).