Skip to content

Commit e4b2068

Browse files
committed
chore: bump version: 0.3.34 → 0.4.0
1 parent 176f9bb commit e4b2068

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

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

0 commit comments

Comments
 (0)