From 54a9918bd93f7eac8dc03e8ee9dd1fb3ee160589 Mon Sep 17 00:00:00 2001 From: vkartk <53650724+vkartk@users.noreply.github.com> Date: Fri, 31 May 2024 00:02:34 +0530 Subject: [PATCH] Update Version tagging --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1d411a..1804349 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ The [caddy-cloudflare](https://github.com/caddybuilds/caddy-cloudflare/pkgs/cont - Examples include: - **`2.7.6`**: Full version tag for Caddy version 2.7.6, ensuring you are using this exact release. - (eg: ```docker pull ghcr.io/caddybuilds/caddy-cloudflare:v2.7.6``` ) + (eg: ```docker pull ghcr.io/caddybuilds/caddy-cloudflare:2.8.0``` ) - **`2.7`**: Minor version tag for the latest patch release within the 2.7 series, allowing for minor updates without breaking changes. - **`2`**: Major version tag for the latest release within the 2.x series, providing updates within the major version while maintaining compatibility.