version 1.2.8
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
2021-10-13 20:03:14 +02:00
parent 7dce2c6cfd
commit bf71d62dc5

View File

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