From deb2af0ba1092a894fbc4a086f68d3ab272f76e3 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 15 Feb 2024 11:59:45 -0800 Subject: [PATCH] Update version Signed-off-by: William Douglas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e49c028..69a0ca5a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=6.3.0 +VERSION=6.3.4 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools GOPATH ?= ${HOME}/go gopath = $(shell go env GOPATH)