Skip to content

Commit

Permalink
Change version type to release
Browse files Browse the repository at this point in the history
  • Loading branch information
0utplay authored Dec 30, 2021
1 parent 23b6e5c commit 99bc6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defaultTasks 'build', 'checkLicenses', 'test', 'jar'

allprojects {

def major = 3, minor = 4, patch = 2, versionType = "SNAPSHOT"
def major = 3, minor = 4, patch = 2, versionType = "RELEASE"

group 'de.dytanic.cloudnet'
version "$major.$minor.$patch-$versionType"
Expand Down

0 comments on commit 99bc6b4

Please sign in to comment.