From 70198a7ac2f542a0e708ae3ca8e6b3e874f61f18 Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@tavianator.com>
Date: Sat, 23 Jun 2018 19:21:33 -0400
Subject: Release 1.2.2

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

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index b06345b..ffa8e82 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 ############################################################################
 
 ifeq ($(wildcard .git),)
-VERSION := 1.2.1
+VERSION := 1.2.2
 else
 VERSION := $(shell git describe --always)
 endif
-- 
cgit v1.2.3