Skip to content

Commit 4bf7732

Browse files
committed
Bump to v1.7.0
1 parent 22f2807 commit 4bf7732

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/daemonless-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
env:
2727
REGISTRY: ghcr.io
28-
DBUILD_REF: v1.5.0
28+
DBUILD_REF: v1.7.0
2929
COMPOSE_PACKAGES: py311-podman-compose
3030

3131
jobs:

dbuild/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""dbuild: FreeBSD OCI container image build tool.
22
"""
33

4-
VERSION = "1.6.1"
4+
VERSION = "1.7.0"

docs/dbuild.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DBUILD 1 "2026-03-15" "dbuild 1.6.1" "User Commands"
1+
.TH DBUILD 1 "2026-03-17" "dbuild 1.7.0" "User Commands"
22
.SH NAME
33
dbuild \- FreeBSD OCI container image build tool
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)