We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251da75 commit 51787f4Copy full SHA for 51787f4
build.gradle
@@ -7,7 +7,7 @@ plugins{
7
id 'com.github.johnrengelman.shadow' version '5.2.0'
8
}
9
10
-def ver = new Version(major: 3, minor: 2, revision: 1)
+def ver = new Version(major: 3, minor: 3, revision: 0)
11
12
group = "com.andre601"
13
version = "$ver"
0 commit comments