Skip to content

Commit

Permalink
bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Nov 4, 2024
1 parent 8a8f84c commit 3230988
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.1
version=3.3.0
jdbcVersion=4.3
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void shouldGetDriverMinorVersion() {

@Test
void shouldGetDriverVersion() throws SQLException {
assertEquals("3.2.1", fireboltDatabaseMetadata.getDriverVersion());
assertEquals("3.3.0", 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.1", VersionUtil.getDriverVersion());
assertEquals("3.3.0", VersionUtil.getDriverVersion());
}

@Test
Expand Down

0 comments on commit 3230988

Please sign in to comment.