From 840c2500bc1b9aee390638cb22ed0480411f8c37 Mon Sep 17 00:00:00 2001 From: Horatiu Ion Date: Wed, 28 Apr 2021 17:54:24 +0200 Subject: [PATCH] bump version to 1.1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37dcf30..6405424 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0.1 +VERSION=1.1.0 VERSION_PARTS := $(subst ., ,$(VERSION))