From a77924f2978549d86cc4ded42f982fcb89a31878 Mon Sep 17 00:00:00 2001 From: Fabio Falci Date: Tue, 26 May 2015 08:17:36 +0100 Subject: [PATCH] Bump version to 0.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d13fb5..29248e6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ifeq ($(UNAME), Darwin) SED := sed -i '' -e '$$ d' endif -VERSION := 0.1.1-rc1 +VERSION := 0.1.1 COMMIT := $(shell git rev-parse --short HEAD) BUILD_DATE := $(shell date -u)