From c00ab3856c6d4e2cf2b1d7d8320e2655ada26754 Mon Sep 17 00:00:00 2001 From: Ashwanth Kumar Date: Sat, 17 Sep 2016 09:49:04 +0530 Subject: [PATCH] Bumping the version to 0.0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d57be6..1707073 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ APPNAME = marathon-logger -VERSION=0.0.1-dev +VERSION=0.0.5 TESTFLAGS=-v -cover -covermode=atomic -bench=. TEST_COVERAGE_THRESHOLD=8.0