From 5965293e5472da9c037db3a36777cfc22ecb13c7 Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Wed, 12 Jun 2024 10:48:37 -0600 Subject: Patch from 0 to 1 (verstr now 0.1.1) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 686ca7e..bed58c1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CCGIT = $(shell pkg-config --libs libgit2) VERMAJOR = 0 VERMINOR = 1 -VERPATCH = 0 +VERPATCH = 1 all: build -- cgit v1.2.3