Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-claw committed Jan 14, 2024
1 parent 49fb659 commit c657cc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c657cc7

Please sign in to comment.