Skip to content

Commit

Permalink
version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdispatch committed Nov 4, 2020
1 parent d965646 commit 14d8ba8
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 = 3
val versionPatch = 4
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 14d8ba8

Please sign in to comment.