aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-09-26 10:29:30 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-09-26 10:29:30 +0200
commit6464420a9b074b7992a1f03bc714f215e7677838 (patch)
tree3692ee9ffe06c1732cb7120ad0c0ee89fb4d2a8b
parentac886bea59fe3e8b9b136f2a650b43dafae6a1b3 (diff)
downloadpacredir-6464420a9b074b7992a1f03bc714f215e7677838.tar.gz
pacredir-6464420a9b074b7992a1f03bc714f215e7677838.tar.zst
prepare version 0.4.60.4.6
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eec6dc2..ec244bd 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.5
+VERSION := 0.4.6
MARKDOWN = $(wildcard *.md)
HTML = $(MARKDOWN:.md=.html)