Skip to content

Commit

Permalink
updated version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Sep 26, 2024
1 parent 9d1002c commit cfce81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/de/gmuth/ipp/client/IppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class IppConfig(

// HTTP config
var timeout: Duration = Duration.ofSeconds(30),
var userAgent: String? = "ipp-client/3.1",
var userAgent: String? = "ipp-client/3.2",
var password: String? = null,
var sslContext: SSLContext? = null,
// trust any certificate: sslContextForAnyCertificate()
Expand Down

0 comments on commit cfce81f

Please sign in to comment.