vers.bump - fix breakage

Fixed a breaking error - pulling new images did not use the actual image:tag, but only defaulted to latest.
Hence bumping the version to alert new users to pull the latest.
This commit is contained in:
mag37 2023-02-23 13:17:07 +01:00 committed by GitHub
parent e754450300
commit 5c2cf75b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION="v0.1.9"
VERSION="v0.2.0"
Github="https://github.com/mag37/dockcheck"
### Check if there's a new release of the script: