From d6783ffca820a96a6aeb35dff7bd654d5b8f3af1 Mon Sep 17 00:00:00 2001 From: Horatiu Ion Date: Mon, 1 Mar 2021 17:52:38 +0100 Subject: [PATCH] bump version to 0.2.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65c983e..be0b410 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.2.2 +VERSION=0.2.3 VERSION_PARTS := $(subst ., ,$(VERSION))