Skip to content

Commit

Permalink
Bump version for reals
Browse files Browse the repository at this point in the history
Constant changes don't automatically cause a recompilation which means
tests that should've failed can pass
  • Loading branch information
MrCreosote committed Oct 26, 2023
1 parent 1ba941b commit 000b072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

public class SchemaUpdaterCLITest {

private static final String VERSION = "0.14.1";
private static final String VERSION = "0.14.2-dev1";

private static final List<String> HELP = list(
"Usage: update_workspace_database_schema [-chosV] <CONFIG_FILE>",
Expand Down

0 comments on commit 000b072

Please sign in to comment.