From 148c5856e4a3f916ec729469e36489f5280602d4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 15 Jun 2017 12:21:43 -0400 Subject: Release 1.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ccf282d..881f006 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 1.0.1 +VERSION := 1.0.2 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3