Skip to content

Commit 4386eec

Browse files
build: prepare for release (#801)
Signed-off-by: unknowIfGuestInDream <liang.tang.cx@gmail.com>
1 parent 55132c5 commit 4386eec

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

qe/src/main/java/com/tlcsdm/qe/util/QeConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class QeConstant {
9292
/**
9393
* 项目构建日期
9494
*/
95-
public static final String PROJECT_BUILD_DAY = "2023-04-02";
95+
public static final String PROJECT_BUILD_DAY = "2023-10-02";
9696
/**
9797
* 检查更新所用的api
9898
*/

qe/src/main/resources/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Implementation-Version: 1.0.0
44
Built-By: unknowIfGuestInDream
55
Build-OS: Windows 11
66
Build-Jdk-Spec: 17
7-
Build-Jdk: Amazon Corretto version 17.0.6
7+
Build-Jdk: Eclipse Temurin 17.0.8
88
Created-By: Manual
9-
Build-Day: 2023-04-02
9+
Build-Day: 2023-10-02

smc/src/main/java/com/tlcsdm/smc/util/SmcConstant.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ public class SmcConstant {
8888
/**
8989
* 默认项目版本号
9090
*/
91-
public static final String PROJECT_VERSION = "1.0.8";
91+
public static final String PROJECT_VERSION = "1.0.9";
9292
/**
9393
* 项目构建日期
9494
*/
95-
public static final String PROJECT_BUILD_DAY = "2023-09-10";
95+
public static final String PROJECT_BUILD_DAY = "2023-10-02";
9696
/**
9797
* 检查更新所用的api
9898
*/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Manifest-Version: 1.0
22
Main-Class: com.tlcsdm.smc.SmcSampler
3-
Implementation-Version: 1.0.8
3+
Implementation-Version: 1.0.9
44
Built-By: unknowIfGuestInDream
55
Build-OS: Windows 11
66
Build-Jdk-Spec: 17
77
Build-Jdk: Eclipse Temurin 17.0.8
88
Created-By: Manual
9-
Build-Day: 2023-09-10
9+
Build-Day: 2023-10-02

0 commit comments

Comments
 (0)