Skip to content

Commit

Permalink
Change version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derrop authored Jan 16, 2020
1 parent 49d70b7 commit 6577bbd
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 @@ -2,7 +2,7 @@ defaultTasks 'clean', 'build', 'test', 'jar'

allprojects {

def major = 3, minor = 2, patch = 1, versionType = "RELEASE"
def major = 3, minor = 2, patch = 2, versionType = "RELEASE"

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

0 comments on commit 6577bbd

Please sign in to comment.