Skip to content

Commit df14256

Browse files
author
openintents-bot
committed
Prepare for release 2.0.0.1
1 parent 4033b7d commit df14256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext {
2020
versionMajor = 2
2121
versionMinor = 0
2222
versionPatch = 0
23-
versionBuild = 0 // bump for dogfood builds, public betas, etc.
23+
versionBuild = 1 // bump for dogfood builds, public betas, etc.
2424

2525
versionCode = versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild
2626
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"

0 commit comments

Comments
 (0)