mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Updated application version to 86.
This commit is contained in:
parent
7c1b9e79ae
commit
872a0b4496
1 changed files with 1 additions and 1 deletions
|
@ -7142,7 +7142,7 @@ void Application::updateWindowTitle() const {
|
|||
auto accountManager = DependencyManager::get<AccountManager>();
|
||||
auto isInErrorState = nodeList->getDomainHandler().isInErrorState();
|
||||
|
||||
QString buildVersion = " - Kasen Community Edition v0.85.0 - "
|
||||
QString buildVersion = " - Kasen Community Edition v0.86.0 - "
|
||||
+ (BuildInfo::BUILD_TYPE == BuildInfo::BuildType::Stable ? QString("Version") : QString("Build"))
|
||||
+ " " + applicationVersion();
|
||||
|
||||
|
|
Loading…
Reference in a new issue