Skip to content
Snippets Groups Projects
Commit 17e1345e authored by Dott. Federico Volpini's avatar Dott. Federico Volpini
Browse files

CHANGED MW VERSION FROM 2.0.0 PREVIEW TO 2.0.0

parent 549b2569
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ public class MiddlewareVersion {
//0.3.0-SNAPSHOT, 1.0.0, 1.1.0, 1.2.0, 1.3.0
public static String[] getMWversion(){
return new String[]{"0.3.0-SNAPSHOT", "1.0.0", "1.1.0", "1.2.0", "1.3.0", "2.0.0 Preview"};
return new String[]{"0.3.0-SNAPSHOT", "1.0.0", "1.1.0", "1.2.0", "1.3.0", "2.0.0"};
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment