From 7e06a425bd763df56cb711e9f4ad3039fc717791 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Fri, 21 May 2021 17:34:28 -0400 Subject: [PATCH] Bump version to 0.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aad73bf..c1adc9b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ _git_version=$(shell git describe --tags --dirty 2>/dev/null) ifeq ($(strip $(_git_version)),) -VERSION=0.1.0 +VERSION=0.2.0 else VERSION=$(_git_version) endif