Skip to content

Commit 5e563cf

Browse files
committed
Version bump to 1.14.18.
1 parent afb9d02 commit 5e563cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/bunq/sdk/http/BunqHeader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public enum BunqHeader {
1818
LANGUAGE("X-Bunq-Language", "en_US"),
1919
REGION("X-Bunq-Region", "nl_NL"),
2020
SERVER_SIGNATURE("X-Bunq-Server-Signature"),
21-
USER_AGENT("User-Agent", "bunq-sdk-java/1.14.1");
21+
USER_AGENT("User-Agent", "bunq-sdk-java/1.14.18");
2222

2323
private static final String PREFIX = "X-Bunq-";
2424

0 commit comments

Comments
 (0)