Skip to content

Commit

Permalink
chore: generated code for commit cdd936ad. [skip ci]
Browse files Browse the repository at this point in the history
algolia/api-clients-automation@cdd936a

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Dec 20, 2023
1 parent 2c3ca6a commit 9e5d470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/algoliasearch/internal/AlgoliaAgent.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.collection.mutable
*/
class AlgoliaAgent(clientVersion: String) {
private val segs = mutable.LinkedHashSet[AgentSegment](
AgentSegment("Algolia for scala", clientVersion),
AgentSegment("Algolia for Scala", clientVersion),
AgentSegment("JVM", System.getProperty("java.version"))
)

Expand Down

0 comments on commit 9e5d470

Please sign in to comment.