Skip to content

Commit

Permalink
chore: Bump version to 3.1.1 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Jul 18, 2024
1 parent 2ca83fe commit 5186237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3.1.0
jdbcVersion=4.3
version=3.1.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.1.0", fireboltDatabaseMetadata.getDriverVersion());
assertEquals("3.1.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 @@ -17,7 +17,7 @@ void shouldGetDriverMinorVersion() {
}

@Test
void shouldGetProjectVersion() { assertEquals("3.1.0", VersionUtil.getDriverVersion()); }
void shouldGetProjectVersion() { assertEquals("3.1.1", VersionUtil.getDriverVersion()); }

@Test
void shouldGetMinorVersionFromString() {
Expand Down

0 comments on commit 5186237

Please sign in to comment.