We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ace5bb commit 4327256Copy full SHA for 4327256
2 files changed
Makefile
@@ -15,7 +15,7 @@ BINARY_UNIX=$(BINARY_NAME)_unix
15
16
# Debian package parameters
17
DEB_NAME=libvirt-volume-provisioner
18
-DEB_VERSION ?= 0.7.3
+DEB_VERSION ?= 0.7.4
19
DEB_ARCH=amd64
20
DEB_BUILD_DIR=deb-build
21
cmd/provisioner/main.go
@@ -40,7 +40,7 @@ var errOTLPNotConfigured = errors.New("OTLP not configured")
40
41
// Build information - set at build time
42
var (
43
- version = "v0.7.2"
+ version = "v0.7.4"
44
buildTime = "unknown"
45
)
46
0 commit comments