File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
platform-api/src/main/java/com/flow/platform/api/config
platform-control-center/src/main/java/com/flow/platform/cc/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class AppConfig extends AppConfigBase {
5151
5252 public final static String NAME = "API" ;
5353
54- public final static String VERSION = "alpha- 0.1" ;
54+ public final static String VERSION = "0.1.0 " ;
5555
5656 public final static String DEFAULT_YML_FILE = ".flow.yml" ;
5757
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class AppConfig extends AppConfigBase {
4141
4242 public final static String NAME = "Control Center" ;
4343
44- public final static String VERSION = "alpha- 0.1" ;
44+ public final static String VERSION = "0.1.0 " ;
4545
4646 public final static Path CMD_LOG_DIR = Paths .get (System .getenv ("HOME" ), "uploaded-agent-log" );
4747
You can’t perform that action at this time.
0 commit comments