Skip to content

Commit

Permalink
Release version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Nov 18, 2021
1 parent 7ce83e7 commit 86bfaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ archivesBaseName = "polypheny-jdbc-driver"
description = "A standards-compliant JDBC driver for Polypheny-DB."

def versionMajor = 1
def versionMinor = 6
def versionQualifier = "-SNAPSHOT"
def versionMinor = 5.2
def versionQualifier = ""
version = versionMajor + "." + versionMinor + versionQualifier


Expand Down

0 comments on commit 86bfaab

Please sign in to comment.