diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-04 14:08:46 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-04 14:08:46 +0200 |
commit | 7fc33a71fd88fdb3a0a744607f5434b8b96e7ca3 (patch) | |
tree | 6dd3b801258a7bc94a46e8dec5d1c0b561b0a815 /src/main.cc | |
parent | Don't open room switcher when another dialog is open (diff) | |
download | nheko-7fc33a71fd88fdb3a0a744607f5434b8b96e7ca3.tar.xz |
Bump version
Diffstat (limited to '')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 5138ec1b..1b78e538 100644 --- a/src/main.cc +++ b/src/main.cc @@ -119,7 +119,7 @@ main(int argc, char *argv[]) } QCoreApplication::setApplicationName("nheko"); - QCoreApplication::setApplicationVersion("0.1.0"); + QCoreApplication::setApplicationVersion("0.2.0"); QCoreApplication::setOrganizationName("nheko"); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); |