version bump

This commit is contained in:
death-claw
2024-01-14 19:06:16 +01:00
parent 49fb659d08
commit c657cc7688
@@ -6,7 +6,7 @@ import kotlin.io.path.Path
import kotlin.io.path.pathString
object ApplicationProperties {
const val VERSION: String = "5.1.0"
const val VERSION: String = "5.2.0"
private const val BASE_DIR_NAME: String = "vripper"
private val portable = System.getProperty("vripper.portable", "true").toBoolean()
private val BASE_DIR: String = getBaseDir()