From 45eafe9cf597c071029d61a9625bb96034d5aac9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 15 Jul 2018 14:41:09 -0400 Subject: Release 1.2.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffa8e82..cb6a4a0 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.2.2 +VERSION := 1.2.3 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3