Skip to content

Commit

Permalink
version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdispatch committed Sep 25, 2020
1 parent d04ad3e commit c58b856
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 @@ -13,7 +13,7 @@ plugins {
// Manifest version information!
val versionMajor = 1
val versionMinor = 6
val versionPatch = 2
val versionPatch = 3
val versionBuild = 0 // bump for dogfood builds, public betas, etc.

val gitSha = "git rev-parse --short HEAD".runCommand(project.rootDir).trim()
Expand Down

0 comments on commit c58b856

Please sign in to comment.