Skip to content

Commit

Permalink
updated version number before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kekeller committed Oct 24, 2018
1 parent 6a6da4f commit 46087fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Consumat.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Consumat {

public static void main(String[] args) {
initializeLogging();
LOGGER.info("Starting FARMIND: version number: 0.8.8");
LOGGER.info("Starting FARMIND: version number: 0.9.0");

Properties cmd = parseInput(args); // parse input arguments
ReadData reader = new ReadData(cmd); // read all input data files
Expand Down

0 comments on commit 46087fd

Please sign in to comment.