Skip to content

Commit

Permalink
Bumped version number in configuration/gui.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Winder committed Nov 19, 2015
1 parent 2a9b120 commit 55e6a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class Configuration {
@Parameter(names = {WEB_UI_PORT}, description = "TCP port for web ui interface.", validateValueWith = CLIValidators.PositiveInteger.class)
private int webUiPort = 31100; // Default is more likely to work on a default Mesos installation
// **** FRAMEWORK
private String version = "0.4.3";
private String version = "0.6.0";
@Parameter(names = {FRAMEWORK_NAME}, description = "The name given to the framework.", validateWith = CLIValidators.NotEmptyString.class)
private String frameworkName = "elasticsearch";
@Parameter(names = {EXECUTOR_NAME}, description = "The name given to the executor task.", validateWith = CLIValidators.NotEmptyString.class)
Expand Down

0 comments on commit 55e6a2a

Please sign in to comment.