aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-06-07 09:47:23 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-06-07 09:59:03 +0200
commit60e4df12083836a8fb19aaf4cea8207069b8acbc (patch)
tree2368cebb36321195067f754d3da9b5221137e8d7
parent1326a40144954d36792b1fd32d2f19a3f5429015 (diff)
downloadpacredir-60e4df12083836a8fb19aaf4cea8207069b8acbc.tar.gz
pacredir-60e4df12083836a8fb19aaf4cea8207069b8acbc.tar.zst
prepare version 0.4.40.4.4
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae09b42..f35a546 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.3
+VERSION := 0.4.4
MARKDOWN = $(wildcard *.md)
HTML = $(MARKDOWN:.md=.html)