Skip to content

Commit

Permalink
Merge pull request #12 from hosysy/main
Browse files Browse the repository at this point in the history
default agent 4.3.0
  • Loading branch information
hosysy authored Apr 19, 2023
2 parents 50774c5 + 90a54a3 commit 37f4bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import kotlinx.serialization.Serializable

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

0 comments on commit 37f4bec

Please sign in to comment.