We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fae0e commit c964621Copy full SHA for c964621
2 files changed
Plan/api/build.gradle
@@ -11,7 +11,7 @@ compileJava {
11
options.release = 8
12
}
13
14
-def apiVersion = "5.6-R0.1"
+def apiVersion = "5.7-R0.1"
15
16
publishing {
17
repositories {
Plan/build.gradle
@@ -22,11 +22,11 @@ clean {
22
23
allprojects {
24
group = "com.djrapitops"
25
- version = "5.6-SNAPSHOT"
+ version = "5.7-SNAPSHOT"
26
27
ext {
28
majorVersion = "5"
29
- minorVersion = "6"
+ minorVersion = "7"
30
buildVersion = providers.provider {
31
def command = "git rev-list --count HEAD"
32
def buildInfo = command.execute().text.trim()
0 commit comments