Skip to content

Commit

Permalink
Update SecretsManager.kt
Browse files Browse the repository at this point in the history
bumping version in constants
  • Loading branch information
maksimu authored Sep 19, 2024
1 parent a934af4 commit 2330bf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.util.*
import java.util.concurrent.*
import javax.net.ssl.*

const val KEEPER_CLIENT_VERSION = "mj16.6.4"
const val KEEPER_CLIENT_VERSION = "mj16.6.5"

const val KEY_HOSTNAME = "hostname" // base url for the Secrets Manager service
const val KEY_SERVER_PUBIC_KEY_ID = "serverPublicKeyId"
Expand Down Expand Up @@ -1191,4 +1191,4 @@ internal object TestStubs {
fun transmissionKeyStubReady(): Boolean {
return this::transmissionKeyStub.isInitialized
}
}
}

0 comments on commit 2330bf3

Please sign in to comment.