diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-25 20:00:15 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-25 20:00:15 +0200 |
commit | f37c16bd02b87e0a17957a07cb33df1dc0d04e81 (patch) | |
tree | 0b349366f1a3e5a5e9de57ca3675884d22dfa800 /Makefile | |
parent | 7fdaf0d5dc9d5047f2f03eaf91b316c22ec8b987 (diff) | |
download | pacman-offline-f37c16bd02b87e0a17957a07cb33df1dc0d04e81.tar.gz pacman-offline-f37c16bd02b87e0a17957a07cb33df1dc0d04e81.tar.zst |
prepare version 0.1.40.1.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ SED := sed # this is just a fallback in case you do not # use git but downloaded a release tarball... -VERSION := 0.1.3 +VERSION := 0.1.4 all: README.html |