Skip to content

Commit 3c3f785

Browse files
authored
Merge pull request #51 from cbrianpace/main
Final enhancements to MariaDB support and bump version
2 parents 2075a50 + 4f4a583 commit 3c3f785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/crunchydata/util/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
public class Settings {
6262

6363
public static Properties Props;
64-
public static final String VERSION = "0.3.4.6";
64+
public static final String VERSION = "0.3.5";
6565
private static final String paramFile = (System.getenv("PGCOMPARE_CONFIG") == null) ? "pgcompare.properties" : System.getenv("PGCOMPARE_CONFIG");
6666

6767
static {

0 commit comments

Comments
 (0)