Skip to content

Commit 7ac5a9b

Browse files
committed
chore: bump version: 0.4.2 → 0.4.3
1 parent 93ba2b1 commit 7ac5a9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOARM=${TARGETVARIANT#"v
2323
#--------
2424
FROM cgr.dev/chainguard/static@sha256:9cef3c6a78264cb7e25923bf1bf7f39476dccbcc993af9f4ffeb191b77a7951e AS external-dns-cloudns-webhook
2525

26-
LABEL version=0.4.2
26+
LABEL version=0.4.3
2727

2828
USER 20000:20000
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.4.2"
2+
current_version = "0.4.3"
33
commit = true
44
message = "chore: bump version: {current_version} → {new_version}"
55
commit_args = "--cleanup=verbatim"

0 commit comments

Comments
 (0)