Skip to content

Commit 2941438

Browse files
committed
version 1.6.5
1 parent f9d6de4 commit 2941438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
// Manifest version information!
1414
val versionMajor = 1
1515
val versionMinor = 6
16-
val versionPatch = 4
16+
val versionPatch = 5
1717
val versionBuild = 0 // bump for dogfood builds, public betas, etc.
1818

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

0 commit comments

Comments
 (0)