Skip to content

Commit

Permalink
Version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdispatch committed Sep 24, 2020
1 parent b9b1fe8 commit 61adede
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 = 1
val versionPatch = 2
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 61adede

Please sign in to comment.