From 1f064cfd3a4d9c8a930c4b70eb2a2593fd20477e Mon Sep 17 00:00:00 2001 From: Bitflash-sh Date: Thu, 30 Jul 2026 10:42:25 -0300 Subject: [PATCH] Bump to 1.2.5 Headless mining fix (#42), ARM64 build (#41), format-string checking (#44), gitignore for key material (#43). #42 is the reason this release exists: -gen has mined nothing on headless nodes since v1.2.0. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e21122a..977a392 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.4 +VERSION := 1.2.5 # ---- Linux ----------------------------------------------------------------