diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-02 15:49:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-02 15:49:18 +0300 |
commit | 0f77b6f84b7fb4eca715ef3191a13ed0291f37c0 (patch) | |
tree | 069c86fd2bcce2205bbe8fab3e894b120c3d7b87 /protocols/Discord/src/version.h | |
parent | 17c826aefd05391688341acb9784995958510dd6 (diff) |
fixes #4091 (Discord: do not display hidden channels)
Diffstat (limited to 'protocols/Discord/src/version.h')
-rw-r--r-- | protocols/Discord/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h index 1a33efa401..e1bdff0418 100644 --- a/protocols/Discord/src/version.h +++ b/protocols/Discord/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 6
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 11
+#define __MINOR_VERSION 96
+#define __RELEASE_NUM 5
+#define __BUILD_NUM 1
#include <stdver.h>
|