aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-11-24 08:10:27 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-11-24 08:31:59 +0100
commite35fd04646186657956f6cc8fcb46f7ec9c4f74c (patch)
tree3cf74eee3e98710a6f5dab119817c19d10dde540
parent7c6ceb46010971583ec4a19f9816aeae1041af51 (diff)
downloadpacredir-e35fd04646186657956f6cc8fcb46f7ec9c4f74c.tar.gz
pacredir-e35fd04646186657956f6cc8fcb46f7ec9c4f74c.tar.zst
prepare version 0.4.70.4.7
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec244bd..7b4701c 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ ID := $(shell shopt -u extglob && source /etc/os-release && echo $$ID)
# this is just a fallback in case you do not use git but downloaded
# a release tarball...
-VERSION := 0.4.6
+VERSION := 0.4.7
MARKDOWN = $(wildcard *.md)
HTML = $(MARKDOWN:.md=.html)