We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6805241 commit 14cf158Copy full SHA for 14cf158
com.tadpole.common.define.core/src/com/tadpole/common/define/core/define/SystemDefine.java
@@ -23,8 +23,8 @@ public class SystemDefine {
23
// DB HUB
24
public static final String DBHUB_NAME = "Tadpole DB Hub";
25
public static final String DBHUB_MAJOR_VERSION = "2.0.0";
26
- public static final String DBHUB_SUB_VERSION = "Build (A2)";
27
- public static final String DBHUB_RELEASE_DATE = "2019.05.15";
+ public static final String DBHUB_SUB_VERSION = "Build (A3)";
+ public static final String DBHUB_RELEASE_DATE = "2019.09.30";
28
29
// History Hub
30
public static final String HISTORYHUB_NAME = "Tadpole History Hub";
0 commit comments