Updated application name and version.

This commit is contained in:
Kalila R 2019-11-11 20:22:19 -05:00
parent fd7ac223b0
commit a7b2c3a32c

View file

@ -7142,7 +7142,7 @@ void Application::updateWindowTitle() const {
auto accountManager = DependencyManager::get<AccountManager>();
auto isInErrorState = nodeList->getDomainHandler().isInErrorState();
QString buildVersion = " - Kasen v0.83.0 - "
QString buildVersion = " - Kasen Community Edition v0.85.0 - "
+ (BuildInfo::BUILD_TYPE == BuildInfo::BuildType::Stable ? QString("Version") : QString("Build"))
+ " " + applicationVersion();