Skip to content

Commit 503ef97

Browse files
committed
Change version type to release
1 parent 5d23ebb commit 503ef97

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
@@ -22,7 +22,7 @@ defaultTasks 'build', 'checkLicenses', 'test', 'jar'
2222

2323
allprojects {
2424

25-
def major = 3, minor = 4, patch = 1, versionType = "SNAPSHOT"
25+
def major = 3, minor = 4, patch = 1, versionType = "RELEASE"
2626

2727
group 'de.dytanic.cloudnet'
2828
version "$major.$minor.$patch-$versionType"

0 commit comments

Comments
 (0)