version 1.3.0
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
2021-10-31 22:09:12 +01:00
parent 940a30e9aa
commit f49e600613
2 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,8 @@ class APIController {
private val logger: Logger = LoggerFactory.getLogger(APIController::class.java)
companion object {
const val apiVersion = "1.2.0"
const val softwareVersion = "1.2.8"
const val apiVersion = "1.3.0"
const val softwareVersion = "1.3.0"
val startTime = System.currentTimeMillis() / 1000
}