Skip to content

Commit 4327256

Browse files
committed
release: bump version to v0.7.4
Use qcow2 virtual size for accurate conversion rate calculation.
1 parent 8ace5bb commit 4327256

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BINARY_UNIX=$(BINARY_NAME)_unix
1515

1616
# Debian package parameters
1717
DEB_NAME=libvirt-volume-provisioner
18-
DEB_VERSION ?= 0.7.3
18+
DEB_VERSION ?= 0.7.4
1919
DEB_ARCH=amd64
2020
DEB_BUILD_DIR=deb-build
2121

cmd/provisioner/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var errOTLPNotConfigured = errors.New("OTLP not configured")
4040

4141
// Build information - set at build time
4242
var (
43-
version = "v0.7.2"
43+
version = "v0.7.4"
4444
buildTime = "unknown"
4545
)
4646

0 commit comments

Comments
 (0)