From 3154c84c505639f41f28476fb9219e59e3a817ae Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 17 Aug 2017 17:13:45 +0300 Subject: [PATCH] v0.6 release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a69ce72..6b9dd714 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL:=/bin/bash -APP_VERSION?=0.5 +APP_VERSION?=0.6 # build vars BUILD_DATE:=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")