Version 2.6.5

This commit is contained in:
Mikołaj Pich 2024-05-14 22:07:51 +02:00
parent 03066e18a2
commit 209ea24aa7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ ext {
moshi = "1.13.0"
}
version = "2.6.5-SNAPSHOT"
version = "2.6.5"
group = "io.github.wulkanowy"
nexusPublishing {

View file

@ -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()