From f6799d1b7174aa4cc0ed1ba78ffee834d943481b Mon Sep 17 00:00:00 2001 From: Jan Caha Date: Wed, 1 Jul 2026 11:26:12 +0200 Subject: [PATCH] bump version --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 56c0b5b..33546f3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,7 +30,7 @@ extern int runTile(std::vector arglist); // tile/tile.cpp -std::string WRENCH_VERSION = "1.5.0"; +std::string WRENCH_VERSION = "1.5.1"; void printUsage() {