From c0d87c752cea5150343e1222a35ba10b20a8ca37 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 22 Mar 2017 20:41:38 -0600 Subject: [PATCH] Version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffd14a2..827ffb0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SOURCES := $(shell find $(SOURCEDIR) -name '*.go') BINARY=cowyo -VERSION=1.1.0 +VERSION=1.1.2 BUILD_TIME=`date +%FT%T%z` BUILD=`git rev-parse HEAD`