From 685ec26262da183cc7ce9859353bcba0a88c79c9 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Fri, 8 Mar 2024 22:31:59 +1100 Subject: [PATCH] Bump to 2.0 --- desktop/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/main.cpp b/desktop/main.cpp index 9438eebc..4cd8ea88 100644 --- a/desktop/main.cpp +++ b/desktop/main.cpp @@ -49,8 +49,8 @@ int main(int argc, char* argv[]) { a.setOrganizationName("theSuite"); a.setOrganizationDomain("vicr123.com"); a.setApplicationName("theDesk"); - a.setApplicationVersion("1.0.2"); - a.setCopyrightYear("2023"); + a.setApplicationVersion("2.0"); + a.setCopyrightYear("2024"); a.setApplicationShareDir("thedesk"); StateManager::instance();