8000 Fix version · senthgit/twilio-java@da9726a · GitHub
[go: up one dir, main page]

Skip to content

Commit da9726a

Browse files
AlexPaymentskimbrel
authored andcommitted
Fix version
1 parent 7f078ce commit da9726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/twilio/sdk/TwilioClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public abstract class TwilioClient {
4343
private static final int AUTH_TOKEN_LENGTH = 32;
4444

4545
/** The Constant VERSION. */
46-
private static final String VERSION = "3.4.5";
46+
private static final String VERSION = "3.4.6";
4747

4848
/** The endpoint. */
4949
private String endpoint = "https://api.twilio.com";

0 commit comments

Comments
 (0)
0