[olympic] Change olympic::s_version to olympic::appVersion
All checks were successful
Build / build (push) Successful in 2m17s

This commit is contained in:
2024-01-01 14:14:16 -06:00
parent dd9c1100c3
commit 5418c06296
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
namespace olympic {
ox::String s_version = ox::String(OLYMPIC_APP_VERSION);
ox::String appVersion = ox::String(OLYMPIC_APP_VERSION);
ox::Error run(
ox::StringView project,