Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdispatch committed Apr 15, 2021
1 parent c9ed186 commit ee691bd
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 @@ -14,7 +14,7 @@ plugins {
val versionMajor = 1
val versionMinor = 6
val versionPatch = 5
val versionBuild = 0 // bump for dogfood builds, public betas, etc.
val versionBuild = 1 // bump for dogfood builds, public betas, etc.

val gitSha = "git rev-parse --short HEAD".runCommand(project.rootDir).trim()
val gitTimestamp = "git log -n 1 --format=%at".runCommand(project.rootDir).trim()
Expand Down

0 comments on commit ee691bd

Please sign in to comment.