From cad052beff3a40b7a1db62cac8e4501aca0edaeb Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 9 May 2021 19:07:00 -0700 Subject: [PATCH] Version update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e08225e..59edbc8 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE=a2pi -VERSION=0.2.2 +VERSION=0.2.3 DIST=$(PACKAGE)-$(VERSION) DISTDIR=./$(DIST)