From 74b5ac3698581c163e4a36dd8fd4fa0bcd08d17a Mon Sep 17 00:00:00 2001 From: Joshua Dolitsky Date: Thu, 5 Oct 2017 23:28:08 -0500 Subject: [PATCH] release v0.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 130187cc..164e7bab 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Change this and commit to create new release -VERSION=0.1.0 +VERSION=0.1.1 REVISION := $(shell git rev-parse --short HEAD;) HAS_GLIDE := $(shell command -v glide;)