Skip to content

Commit 427d33c

Browse files
authored
chore: use correct version
1 parent 6ee511b commit 427d33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/factset/sdk/utils/authentication/RequestOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ public class RequestOptions {
2121
SSLSocketFactory sslSocketFactory = HttpsURLConnection.getDefaultSSLSocketFactory();
2222

2323
@Builder.Default
24-
String userAgent = "fds-sdk/java/utils/1.1.3 (" + System.getProperty("os.name") + "; Java" + System.getProperty("java.version") + ")";
24+
String userAgent = "fds-sdk/java/utils/1.1.4 (" + System.getProperty("os.name") + "; Java" + System.getProperty("java.version") + ")";
2525
}

0 commit comments

Comments
 (0)