mirror of
https://github.com/dev-claw/vripper-project.git
synced 2026-08-19 08:35:41 +02:00
version bump
This commit is contained in:
@@ -6,7 +6,7 @@ import kotlin.io.path.Path
|
|||||||
import kotlin.io.path.pathString
|
import kotlin.io.path.pathString
|
||||||
|
|
||||||
object ApplicationProperties {
|
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 const val BASE_DIR_NAME: String = "vripper"
|
||||||
private val portable = System.getProperty("vripper.portable", "true").toBoolean()
|
private val portable = System.getProperty("vripper.portable", "true").toBoolean()
|
||||||
private val BASE_DIR: String = getBaseDir()
|
private val BASE_DIR: String = getBaseDir()
|
||||||
|
|||||||
Reference in New Issue
Block a user