Skip to content

Commit 7a64f2d

Browse files
committed
Bump version to 3.0.2
1 parent 462c164 commit 7a64f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ apply plugin: "ru.tinkoff.gradle.jarjar"
2727

2828
def versionMajor = 3
2929
def versionMinor = 0
30-
def versionPatch = 1
31-
def versionBuild = 7
30+
def versionPatch = 2
31+
def versionBuild = 0
3232

3333
def getGitHash = { ->
3434
def stdout = new ByteArrayOutputStream()

0 commit comments

Comments
 (0)