Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 37f4bec

Browse files
authored
Merge pull request #12 from hosysy/main
default agent 4.3.0
2 parents 50774c5 + 90a54a3 commit 37f4bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/nurigo/sdk/message/request/DefaultAgent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import kotlinx.serialization.Serializable
44

55
@Serializable
66
data class DefaultAgent(
7-
val sdkVersion: String = "java/4.2.9",
7+
val sdkVersion: String = "java/4.3.0",
88
val osPlatform: String = "${System.getProperty("os.name")} | ${System.getProperty("java.version")}"
99
)

0 commit comments

Comments
 (0)