From 69742bbfa3ef77795cd89c2e721e101b0f5498a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20R=C4=99bacz?= Date: Sat, 23 May 2026 19:02:53 +0200 Subject: [PATCH] Web: bumb release variable version. --- uppbox/uppweb/www.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/uppweb/www.cpp b/uppbox/uppweb/www.cpp index 5256f2203..b69e872a7 100644 --- a/uppbox/uppweb/www.cpp +++ b/uppbox/uppweb/www.cpp @@ -890,7 +890,7 @@ CONSOLE_APP_MAIN escape.Add("LATESTGIT", version); #endif - String release = "17810"; + String release = "18468"; escape.Add("RELEASE", release); escape.Add("RELEASET", release); escape.Add("UPDATETIME", Format("%`", GetUtcTime()));