aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-04-04 16:22:12 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-04-04 16:22:12 +0200
commitdbdc4c5cc6adde6b5c5606d3838d543f5ba96808 (patch)
tree9e80a124b2b04480d7bc83587225365e19bef864
parenteccaef432b7369bf39468c5065c9aab892c81c01 (diff)
downloadpacredir-dbdc4c5cc6adde6b5c5606d3838d543f5ba96808.tar.gz
pacredir-dbdc4c5cc6adde6b5c5606d3838d543f5ba96808.tar.zst
prepare version 0.4.50.4.5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee40d06..eec6dc2 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.4
+VERSION := 0.4.5
MARKDOWN = $(wildcard *.md)
HTML = $(MARKDOWN:.md=.html)