diff options
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 8170101d2f..c85bd73088 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -9,8 +9,8 @@ Copyright © 2019-24 George Hazan #define PROTO_H
#define WA_PROTO_MAJOR 2
-#define WA_PROTO_MINOR 2323
-#define WA_PROTO_BUILD 4
+#define WA_PROTO_MINOR 2413
+#define WA_PROTO_BUILD 1
#define WA_APPVERSION WA_PROTO_MAJOR,WA_PROTO_MINOR,WA_PROTO_BUILD
#define WA_STRINGIFY_IMPL(x) #x
|