Skip to content

Commit

Permalink
dynamically get whatsapp protocol version from project page
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Oct 22, 2024
1 parent c41003a commit 9ed535b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/libs/wbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function getGreaterVersion(a, b) {
return a;
}

const waVersion = [2, 3000, 1015891883];
const waVersion = [2, 3000, 1017410096];

const getProjectWAVersion = async () => {
try {
Expand Down
2 changes: 1 addition & 1 deletion backend/src/waversion.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[2, 3000, 1015891883]
[2, 3000, 1017410096]

0 comments on commit 9ed535b

Please sign in to comment.