Update Tachidesk-Server

This commit is contained in:
Syer10
2022-08-01 16:48:53 -04:00
parent e6203d918b
commit a36eef1c10

View File

@@ -6,9 +6,9 @@ object Config {
// Tachidesk-Server version // Tachidesk-Server version
const val tachideskVersion = "v0.6.3" const val tachideskVersion = "v0.6.3"
// Match this to the Tachidesk-Server commit count // Match this to the Tachidesk-Server commit count
const val serverCode = 1100 const val serverCode = 1108
const val preview = true const val preview = true
const val previewCommit = "86f0b3f29f2ea3f986eb40a7d4a5814112097b8e" const val previewCommit = "bdf3a7014f45138dec71ee16064755a23a2876ef"
val desktopJvmTarget = JavaVersion.VERSION_17 val desktopJvmTarget = JavaVersion.VERSION_17
val androidJvmTarget = JavaVersion.VERSION_11 val androidJvmTarget = JavaVersion.VERSION_11