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 4aae726 commit 8892921Copy full SHA for 8892921
1 file changed
build.gradle
@@ -2,8 +2,8 @@ group "org.polypheny"
2
description = "A lightweight Polypheny-DB benchmarking client"
3
4
def versionMajor = 4
5
-def versionMinor = 11
6
-def versionQualifier = ""
+def versionMinor = 12
+def versionQualifier = "-SNAPSHOT"
7
version = versionMajor + "." + versionMinor + versionQualifier
8
9
0 commit comments