diff --git a/vripper-core/src/main/kotlin/me/vripper/utilities/ApplicationProperties.kt b/vripper-core/src/main/kotlin/me/vripper/utilities/ApplicationProperties.kt index d1c240e9..43dc5efe 100644 --- a/vripper-core/src/main/kotlin/me/vripper/utilities/ApplicationProperties.kt +++ b/vripper-core/src/main/kotlin/me/vripper/utilities/ApplicationProperties.kt @@ -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()