Skip to content

Commit 99fd574

Browse files
committed
chore: bump version: 0.3.12-rc0 → 0.3.13
1 parent 6331277 commit 99fd574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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:797e62f43d04d792e9f930913e7d9f5a63e92bd19ca5e7e5139a692decee2dbc AS external-dns-cloudns-webhook
2525

26-
LABEL version=0.3.12-rc0
26+
LABEL version=0.3.13-rc0
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.3.12-rc0"
2+
current_version = "0.3.13-rc0"
33
commit = true
44
message = "chore: bump version: {current_version} → {new_version}"
55
commit_args = "--cleanup=verbatim"

0 commit comments

Comments
 (0)