From 64927105bf7e3be4bf879d0cedb8e2628ffd8b01 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 6 Jan 2025 15:41:46 -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 69a0ca5a..16c99d58 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=6.3.4 +VERSION=6.3.5 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools GOPATH ?= ${HOME}/go gopath = $(shell go env GOPATH)