add workaround for ssl errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-06-08 11:57:20 +02:00
parent f9029bf1c3
commit 36acf1a00a
5 changed files with 83 additions and 5 deletions

View File

@ -48,7 +48,7 @@ class APIController {
companion object {
const val apiVersion = "1.2.0"
const val softwareVersion = "1.2.3"
const val softwareVersion = "1.2.4"
val startTime = System.currentTimeMillis() / 1000
}