From 3c02f3290804acedfc922ae82ce2a3aca5ca2ec7 Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@tavianator.com>
Date: Fri, 27 Oct 2017 22:32:10 -0400
Subject: Release 1.1.4

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index a1a86e7..411128c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 ############################################################################
 
 ifeq ($(wildcard .git),)
-VERSION := 1.1.3
+VERSION := 1.1.4
 else
 VERSION := $(shell git describe --always)
 endif
-- 
cgit v1.2.3