Skip to content

Commit 6577bbd

Browse files
authored
Change version to 3.2.2
1 parent 49d70b7 commit 6577bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defaultTasks 'clean', 'build', 'test', 'jar'
22

33
allprojects {
44

5-
def major = 3, minor = 2, patch = 1, versionType = "RELEASE"
5+
def major = 3, minor = 2, patch = 2, versionType = "RELEASE"
66

77
group 'de.dytanic.cloudnet'
88
version "$major.$minor.$patch-$versionType"

0 commit comments

Comments
 (0)