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 Jan 30, 2022
1 parent a219afa commit cca9610
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 = 3, versionType = "SNAPSHOT"
def major = 3, minor = 4, patch = 3, versionType = "RELEASE"

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

0 comments on commit cca9610

Please sign in to comment.