We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2075a50 + 4f4a583 commit 3c3f785Copy full SHA for 3c3f785
src/main/java/com/crunchydata/util/Settings.java
@@ -61,7 +61,7 @@
61
public class Settings {
62
63
public static Properties Props;
64
- public static final String VERSION = "0.3.4.6";
+ public static final String VERSION = "0.3.5";
65
private static final String paramFile = (System.getenv("PGCOMPARE_CONFIG") == null) ? "pgcompare.properties" : System.getenv("PGCOMPARE_CONFIG");
66
67
static {
0 commit comments