From 163035dc923f539819a05e3e0c1752e2c0ce57bc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 25 Jun 2021 07:18:11 -0400 Subject: [PATCH] Drop the `v` from build version --- src/js/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/about.js b/src/js/about.js index a7befaa39..385dce273 100644 --- a/src/js/about.js +++ b/src/js/about.js @@ -37,7 +37,7 @@ what: 'getAppData', }); - uDom('#aboutNameVer').text(appData.name + ' v' + appData.version); + uDom('#aboutNameVer').text(appData.name + ' ' + appData.version); if ( appData.canBenchmark !== true ) { return; }