From c706a2f83b3f41e73448124953d78ddbac34dd77 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Sat, 18 Dec 2021 12:22:38 -0500 Subject: [PATCH] Makefile: Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a74f77b..6645c33 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-rc.2 +VERSION=0.1.0 else VERSION=$(_git_version) endif -- 2.38.5