We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d70b7 commit 6577bbdCopy full SHA for 6577bbd
build.gradle
@@ -2,7 +2,7 @@ defaultTasks 'clean', 'build', 'test', 'jar'
2
3
allprojects {
4
5
- def major = 3, minor = 2, patch = 1, versionType = "RELEASE"
+ def major = 3, minor = 2, patch = 2, versionType = "RELEASE"
6
7
group 'de.dytanic.cloudnet'
8
version "$major.$minor.$patch-$versionType"
0 commit comments