diff options
author | 2025-07-18 09:13:32 +0200 | |
---|---|---|
committer | 2025-07-18 14:21:19 +0200 | |
commit | 2607d85b5b01e37993693443d2a791a1502f823b (patch) | |
tree | d287ab18623e2bb4344e51c22cac17181e88893b | |
parent | dd127c6b4dcd500699c32dac9b4c68e88f206692 (diff) | |
download | pacredir-main.tar.gz pacredir-main.tar.zst |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,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.7.1 +VERSION := 0.7.2 SERVICESIN = $(wildcard */*.service.in) SERVICES = $(SERVICESIN:.in=) |