From 7dc4e38b4729258c63e49e0a17b190d740e52389 Mon Sep 17 00:00:00 2001 From: Rene Kaufmann Date: Sun, 3 Apr 2022 10:42:22 +0200 Subject: [PATCH] bump version to 0.12.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9469ce5..5e884d8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BIN_NAME := bin/remco GOARCH ?= amd64 -VERSION := 0.12.1 +VERSION := 0.12.3 GIT_COMMIT := $(shell git rev-parse HEAD) GIT_DIRTY := $(shell test -n "`git status --porcelain`" && echo "+CHANGES" || true) BUILD_DATE := $(shell date '+%Y-%m-%d-%H:%M:%S')