Skip to content

Commit 0f8f0d7

Browse files
authored
change version type to release
1 parent 35ac14a commit 0f8f0d7

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

2424
allprojects {
2525

26-
def major = 3, minor = 4, patch = 5, versionType = "SNAPSHOT"
26+
def major = 3, minor = 4, patch = 5, versionType = "RELEASE"
2727

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

0 commit comments

Comments
 (0)