From 50d395b356b3ffc73ab97101c5434bda06141cc4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 5 May 2019 23:32:04 -0400 Subject: Release 1.4.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 809f3b3..65dcf47 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.4 +VERSION := 1.4.1 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3