Skip to content

Commit d2f4399

Browse files
SoulPancakeCopilot
andauthored
feat: apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4f61502 commit d2f4399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/openfga/sdk/constants/FgaConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public final class FgaConstants {
2222
public static final String SDK_VERSION = "0.9.5";
2323

2424
/** User agent used in HTTP requests. */
25-
public static final String USER_AGENT = "openfga-sdk java/0.9.5";
25+
public static final String USER_AGENT = "openfga-sdk java/" + SDK_VERSION;
2626

2727
/** Example API domain for documentation/tests. */
2828
public static final String SAMPLE_BASE_DOMAIN = "fga.example";

0 commit comments

Comments
 (0)