diff --git a/README.md b/README.md index 4fb3981..748fcba 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Der Ablauf pro Request ist: Für den produktiven Einsatz muss Caddy mit einer exakten veröffentlichten Modulversion gebaut werden: ```bash -xcaddy build --with github.com/RobinGru/caddy_protector@v1.0.0 +xcaddy build --with github.com/RobinGru/caddy_protector@v1.0.1 ``` ### Entwicklungs-Builds diff --git a/release_contract_test.go b/release_contract_test.go index af97043..3c515d8 100644 --- a/release_contract_test.go +++ b/release_contract_test.go @@ -22,7 +22,7 @@ func TestReleaseContractAC(t *testing.T) { ciWorkflow := read(".github/workflows/ci.yml") t.Run("AC1 and AC5 installation guidance", func(t *testing.T) { - if !strings.Contains(readme, "github.com/RobinGru/caddy_protector@v1.0.0") { + if !strings.Contains(readme, "github.com/RobinGru/caddy_protector@v1.0.1") { t.Fatal("README must provide an exact production module version") } if !strings.Contains(readme, "@main") || !strings.Contains(readme, "instabile Entwicklungsoption") {