diff options
author | 2025-07-03 13:20:16 +0200 | |
---|---|---|
committer | 2025-07-03 23:15:31 +0200 | |
commit | e5aa168be1b58465164008cd91f7964b27c1801c (patch) | |
tree | 30dee8ce9237dfede305df1668110eddccf57f9d /Makefile | |
parent | 615fb56b4d94a444fd8301baafcd8d8f437ecd84 (diff) | |
download | pacredir-main.tar.gz pacredir-main.tar.zst |
Diffstat (limited to 'Makefile')
-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.5.0 +VERSION := 0.6.0 MARKDOWN = $(wildcard *.md) HTML = $(MARKDOWN:.md=.html) |