Compare commits

...

2 Commits

Author SHA1 Message Date
mag37
24cae63b61 bugfix - unquoted var in list
Versionbump.
2025-10-07 08:25:44 +02:00
mag37
05e5b23e7b bugfix - unquoted var in list
Versionbump.
2025-10-07 08:24:31 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
___ ___
## Changelog ## Changelog
- **v0.7.3**: Bugfix - unquoted variable in printf list caused occasional issues.
- **v0.7.2**: - **v0.7.2**:
- Label rework: - Label rework:
- Moved up label logic to work globally on the current run. - Moved up label logic to work globally on the current run.

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION="v0.7.2" VERSION="v0.7.3"
# ChangeNotes: Reformatted updates list, rewrote label logic to work globally when used with `-l`. # ChangeNotes: Bugfix - unquoted variable in list. Also: Please consider donating.
Github="https://github.com/mag37/dockcheck" Github="https://github.com/mag37/dockcheck"
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"