From 0c31675c52b60809ee8fd66542f2ece96b71f5a4 Mon Sep 17 00:00:00 2001 From: Owen Rummage Date: Sat, 18 Jul 2026 06:02:30 -0500 Subject: [PATCH] Bump version to 0.1.5 --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 3c1171c..21a5508 100644 --- a/src/main.c +++ b/src/main.c @@ -42,7 +42,7 @@ #ifndef FB_API_BASE_URL # define FB_API_BASE_URL "https://fossbench.net" #endif -#define FB_VERSION "0.1.4" +#define FB_VERSION "0.1.5" /* ---------- platform identification (for the banner only) ---------- */