From fa045a3c28debfc04785bc90c0a55ad4900fa60f Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 1 Sep 2022 11:53:29 -0700 Subject: [PATCH] Release v6.2.12 Revert "skip pure renames" Signed-off-by: William Douglas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ec1f68..445c04e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=6.2.11 +VERSION=6.2.12 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools GOPATH ?= ${HOME}/go gopath = $(shell go env GOPATH)