Skip to content

Commit

Permalink
Bump version to 3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <[email protected]>
  • Loading branch information
LeddaZ committed Nov 18, 2024
1 parent 9396cc6 commit e3dfb69
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 @@ -30,7 +30,7 @@ android {
minSdk = 26
targetSdk = 35
versionCode = getCommitCount()
versionName = "3.5.1 (" + getCommitHash() + ")"
versionName = "3.6.0 (" + getCommitHash() + ")"
}

buildTypes {
Expand Down

0 comments on commit e3dfb69

Please sign in to comment.