diff --git a/Makefile b/Makefile index 0824100..0e23337 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.6 +VERSION := 1.2.7 # ---- Linux ----------------------------------------------------------------