aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2025-01-01 23:17:21 +0100
committerGravatar Christian Hesse <mail@eworm.de>2025-01-01 23:17:21 +0100
commit718e329d634b82955d332462336d5abdc9c301ef (patch)
tree25b794407a8ca8a473a90494f48fb64f0487f130
parent7c402ee0c0eec41efe292bfb87765e9f4a1551f8 (diff)
downloadpacredir-next.tar.gz
pacredir-next.tar.zst
prepare version 0.4.8HEAD0.4.8nextmain
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb6ac24..9a4d191 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.7
+VERSION := 0.4.8
MARKDOWN = $(wildcard *.md)
HTML = $(MARKDOWN:.md=.html)