Skip to content

Commit

Permalink
Release version 2.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Apr 19, 2024
1 parent c17b6a8 commit 65d6f12
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 @@ -14,7 +14,7 @@ description = "A standards-compliant JDBC driver for Polypheny."

def versionMajor = 2
def versionMinor = 0
def versionQualifier = "-SNAPSHOT"
def versionQualifier = "-RC3"
version = versionMajor + "." + versionMinor + versionQualifier

repositories {
Expand Down

0 comments on commit 65d6f12

Please sign in to comment.