Skip to content

Commit

Permalink
Change release type for 3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarsum authored Jul 25, 2021
1 parent ff96cb5 commit e62b24c
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 @@ -22,7 +22,7 @@ defaultTasks 'build', 'checkLicenses', 'test', 'jar'

allprojects {

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

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

0 comments on commit e62b24c

Please sign in to comment.