Skip to content

Commit

Permalink
change version type to release
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Jun 24, 2022
1 parent 35ac14a commit 0f8f0d7
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 = 5, versionType = "SNAPSHOT"
def major = 3, minor = 4, patch = 5, versionType = "RELEASE"

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

0 comments on commit 0f8f0d7

Please sign in to comment.