diff --git a/Makefile b/Makefile index b5bfa9a..e21122a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ROOT := $(shell pwd) NPROC := $(shell nproc 2>/dev/null || echo 2) SUDO := $(shell [ "$$(id -u)" = "0" ] && echo "" || echo "sudo") -VERSION := 1.2.3 +VERSION := 1.2.4 # ---- Linux ----------------------------------------------------------------