release: Bump version to 0.4.0

This commit is contained in:
Pasha Sviderski
2025-12-01 11:33:44 +10:00
parent 964f288c88
commit 1523fbc1e9
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ Download the current version:
mkdir -p ~/.docker/cli-plugins
# Download the script to the docker plugins directory
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.3.1/docker-pussh \
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.4.0/docker-pussh \
-o ~/.docker/cli-plugins/docker-pussh
# Make it executable

View File

@@ -6,7 +6,7 @@ if [[ "${DEBUG:-}" == "1" || "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
fi
# Script version
VERSION="0.3.1"
VERSION="0.4.0"
# Return metadata expected by the Docker CLI plugin framework: https://github.com/docker/cli/pull/1564
if [[ "${1:-}" = "docker-cli-plugin-metadata" ]]; then