Skip to content

Commit 937213b

Browse files
authored
Merge pull request #205 from Bindambc/feature/meta-api-version-20
feat: #204 added support to meta api version v20.0
2 parents 7da00a0 + 09f9ccf commit 937213b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/whatsapp/api/configuration/ApiVersion.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ public enum ApiVersion {
66
V16_0("v16.0"),
77
V17_0("v17.0"),
88
V18_0("v18.0"),
9-
V19_0("v19.0");
9+
V19_0("v19.0"),
10+
V20_0("v20.0");
1011

1112

1213

0 commit comments

Comments
 (0)