Skip to content

Commit d772ed0

Browse files
committed
Set version for release
1 parent 45296e9 commit d772ed0

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 = 0, versionType = "SNAPSHOT"
5+
def major = 3, minor = 2, patch = 0, versionType = "RELEASE"
66

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

0 commit comments

Comments
 (0)