mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #1223 from Nheko-Reborn/dbusVersion
Bump micro version
This commit is contained in:
commit
eb4994ea87
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ init();
|
||||||
|
|
||||||
//! The nheko D-Bus API version provided by this file. The API version number follows semantic
|
//! The nheko D-Bus API version provided by this file. The API version number follows semantic
|
||||||
//! versioning as defined by https://semver.org.
|
//! versioning as defined by https://semver.org.
|
||||||
const QVersionNumber dbusApiVersion{1, 0, 0};
|
const QVersionNumber dbusApiVersion{1, 0, 1};
|
||||||
|
|
||||||
//! Compare the installed Nheko API to the version that your client app targets to see if they
|
//! Compare the installed Nheko API to the version that your client app targets to see if they
|
||||||
//! are compatible.
|
//! are compatible.
|
||||||
|
|
Loading…
Reference in a new issue