From 00c9d93a591db9179b4c5dacc289a2e11643e5ef Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 14 Sep 2019 14:06:13 -0400 Subject: Release 1.5.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c141ba8..9c85c76 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.5 +VERSION := 1.5.1 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3