--env-file version bump
This commit is contained in:
parent
8ee1366505
commit
904cd508d1
@ -18,6 +18,7 @@
|
||||
___
|
||||
## :bell: Changelog
|
||||
|
||||
- **v0.3.8**: Fixed `--env-file` logic to work with multiple env-files.
|
||||
- **v0.3.7**: Added support for [labels](#bookmark-labels), added the `-f` option (force restart stack).
|
||||
- **v0.3.6**: Added pushbullet template.
|
||||
- **v0.3.5**: Added a simple progress bar for the registry checkup.
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
VERSION="v0.3.7"
|
||||
### ChangeNotes: Added label support (see readme) and -f (force restart stack) option.
|
||||
VERSION="v0.3.8"
|
||||
### ChangeNotes: Fixed --env-file logic to work with multiple env-files.
|
||||
Github="https://github.com/mag37/dockcheck"
|
||||
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user