Skip to content

Commit

Permalink
Changing to version 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-rufi committed Nov 23, 2018
1 parent a793b46 commit 6d525f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConsoleApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static void main(String[] args) throws Exception {
MAML.minWeightMagnitude = Integer.parseInt(args[4]);
}

System.out.println("MAM Lite 1.3.1\n");
System.out.println("MAM Lite 1.3.2\n");

Scanner in = new Scanner(System.in);

Expand Down

0 comments on commit 6d525f2

Please sign in to comment.