Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Bump to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Aug 30, 2022
1 parent b9b6a77 commit 47b3b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
val properties = Properties()
properties.load(project.rootProject.file("local.properties").inputStream())

val verName = "1.4"
val verName = "1.6"
val gitCommitCount = "git rev-list HEAD --count".execute().toInt()
val gitCommitHash = "git rev-parse --verify --short HEAD".execute()

Expand Down

0 comments on commit 47b3b33

Please sign in to comment.