From 1bb211db35276374aa6f492e919aaf8b79ec1292 Mon Sep 17 00:00:00 2001 From: Bitflash-sh Date: Wed, 29 Jul 2026 17:43:11 -0300 Subject: [PATCH] Bump to 1.2.4 Seeds (#36), headless node (#37), README (#35), wallet crash fix (#38). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------------------------------------------------------------