aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2025-07-03 13:20:16 +0200
committerGravatar Christian Hesse <mail@eworm.de>2025-07-03 23:15:31 +0200
commite5aa168be1b58465164008cd91f7964b27c1801c (patch)
tree30dee8ce9237dfede305df1668110eddccf57f9d /Makefile
parent615fb56b4d94a444fd8301baafcd8d8f437ecd84 (diff)
downloadpacredir-main.tar.gz
pacredir-main.tar.zst
prepare version 0.6.0HEAD0.6.0main
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf530e0..05ca33c 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.5.0
+VERSION := 0.6.0
MARKDOWN = $(wildcard *.md)
HTML = $(MARKDOWN:.md=.html)