From 60e4df12083836a8fb19aaf4cea8207069b8acbc Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 7 Jun 2021 09:47:23 +0200 Subject: prepare version 0.4.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf