From 5912f89baec5251456a475345ed78582ccb9df5a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 22 Apr 2020 09:12:37 -0400 Subject: Release 1.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3163ab0..cb62ff4 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.6 +VERSION := 1.7 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3