Skip to content

Commit

Permalink
chore: Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Oct 22, 2024
1 parent 9615299 commit 9fbbc66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3.2.0
version=3.2.1
jdbcVersion=4.3
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void shouldGetDriverMinorVersion() {

@Test
void shouldGetDriverVersion() throws SQLException {
assertEquals("3.2.0", fireboltDatabaseMetadata.getDriverVersion());
assertEquals("3.2.1", fireboltDatabaseMetadata.getDriverVersion());
}

@Test
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/firebolt/jdbc/util/VersionUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void shouldGetDriverMinorVersion() {

@Test
void shouldGetProjectVersion() {
assertEquals("3.2.0", VersionUtil.getDriverVersion());
assertEquals("3.2.1", VersionUtil.getDriverVersion());
}

@Test
Expand Down

0 comments on commit 9fbbc66

Please sign in to comment.