Skip to content

Commit

Permalink
Merge pull request #189 from fauna/BT-5279-merge-back
Browse files Browse the repository at this point in the history
[BT-5279-merge-back] Merge release back to main and update version to 1.0.1-SNAPSHOT
  • Loading branch information
findgriffin authored Dec 13, 2024
2 parents 73ebcb1 + 4123cf8 commit 259b6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.2.0-B2-SNAPSHOT
version=1.0.1-SNAPSHOT
junitVersion=5.10.0
mockitoVersion=5.6.0
jacksonVersion=2.15.3
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/fauna/configuration/VersionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class VersionTest {
@Test
void getVersion_shouldReturnCorrectVersion() {
String version = DriverEnvironment.getVersion();
assertTrue(version.contains("0."));
assertTrue(version.contains("1."));
}

}

0 comments on commit 259b6f0

Please sign in to comment.