Skip to content

Commit

Permalink
updated version to 2.4.6 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexradzin authored Sep 7, 2023
1 parent 666acac commit d0695e0
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=2.4.5-SNAPSHOT
version=2.4.6-SNAPSHOT
jdbcVersion=4.3
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void shouldGetDriverMinorVersion() {

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

@Test
Expand Down

0 comments on commit d0695e0

Please sign in to comment.