mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 08:43:14 +02: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