Skip to content

Commit

Permalink
feat: #204 added support to meta api version v20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindambc committed Aug 20, 2024
1 parent 7da00a0 commit 09f9ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/whatsapp/api/configuration/ApiVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ public enum ApiVersion {
V16_0("v16.0"),
V17_0("v17.0"),
V18_0("v18.0"),
V19_0("v19.0");
V19_0("v19.0"),
V20_0("v20.0");



Expand Down

0 comments on commit 09f9ccf

Please sign in to comment.