From 8f780e857e4fa79742808a202626963535b743df Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 24 Apr 2023 23:57:21 -0700 Subject: [PATCH] Release v6.2.19 - Add linking for optimized prefixes Signed-off-by: William Douglas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 385bb05e..f90c2936 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=6.2.18 +VERSION=6.2.19 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools GOPATH ?= ${HOME}/go gopath = $(shell go env GOPATH)