We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765b63a commit 02eff62Copy full SHA for 02eff62
1 file changed
build.gradle
@@ -13,8 +13,8 @@ group "org.polypheny"
13
description = "A standards-compliant JDBC driver for Polypheny."
14
15
def versionMajor = 2
16
-def versionMinor = 3
17
-def versionQualifier = ""
+def versionMinor = 4
+def versionQualifier = "SNAPSHOT"
18
version = versionMajor + "." + versionMinor + (versionQualifier != '' ? "-" + versionQualifier : '')
19
20
0 commit comments