Skip to content

Commit 12e9cd2

Browse files
authored
Merge pull request #167 from CloudNetService/development
Change version for hotfix
2 parents 0097d6c + c3e0b66 commit 12e9cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defaultTasks 'clean', 'build', 'test', 'jar'
22

33
allprojects {
44

5-
def major = 3, minor = 1, patch = 0, versionType = "RELEASE"
5+
def major = 3, minor = 1, patch = 1, versionType = "RELEASE"
66

77
group 'de.dytanic.cloudnet'
88
version "$major.$minor.$patch-$versionType"
@@ -209,4 +209,4 @@ task allJavadoc(type: Javadoc) {
209209
source = exportedProjects.collect { project(it).sourceSets.main.allJava }
210210
classpath = files(exportedProjects.collect { project(it).sourceSets.main.compileClasspath })
211211
failOnError = false
212-
}
212+
}

0 commit comments

Comments
 (0)