From 474dbf02b18cd50598761072288c220b65b9b144 Mon Sep 17 00:00:00 2001 From: Lewis Cook Date: Sun, 17 Sep 2023 13:40:39 +0100 Subject: [PATCH] chore: Bump version to 0.2.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08f831d..d240710 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # PROG= portsync VERSIONPREFIX= v -VERSION= ${VERSIONPREFIX}0.2.0 +VERSION= ${VERSIONPREFIX}0.2.5 LOCALBASE?= /usr/local BINDIR= ${LOCALBASE}/bin