diff options
author | Christian Hesse <mail@eworm.de> | 2025-01-01 23:17:21 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2025-01-01 23:17:21 +0100 |
commit | 718e329d634b82955d332462336d5abdc9c301ef (patch) | |
tree | 25b794407a8ca8a473a90494f48fb64f0487f130 | |
parent | 7c402ee0c0eec41efe292bfb87765e9f4a1551f8 (diff) | |
download | pacredir-next.tar.gz pacredir-next.tar.zst |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |