From 9da5be23fa000f5beaa039bd281abbd044758710 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 17 Dec 2023 23:25:09 +0100 Subject: [PATCH] Bump VERSION, fixes #15 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 207281e..15302dc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.3 +VERSION=0.0.4 VPPCFG:=vppcfg PYTHON?=python3 PIP?=pip