Version 2.6.5
This commit is contained in:
parent
03066e18a2
commit
209ea24aa7
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ ext {
|
|||
moshi = "1.13.0"
|
||||
}
|
||||
|
||||
version = "2.6.5-SNAPSHOT"
|
||||
version = "2.6.5"
|
||||
group = "io.github.wulkanowy"
|
||||
|
||||
nexusPublishing {
|
||||
|
|
|
@ -301,7 +301,7 @@ private fun getVToken(uuid: String, headers: ModuleHeaders?, moduleHost: String)
|
|||
}.getOrDefault(
|
||||
schemeToSubstitute
|
||||
.replace("{appCustomerDb}", headers?.symbol.orEmpty())
|
||||
.replace("{appVersion}", headers?.appVersion.orEmpty())
|
||||
.replace("{appVersion}", headers?.appVersion.orEmpty()),
|
||||
)
|
||||
|
||||
return vTokenEncoded.md5()
|
||||
|
|
Loading…
Reference in a new issue