Skip to content

Commit 0ce5930

Browse files
build(smc): Prepare for 1.0.7 (#695)
1 parent 2e5279a commit 0ce5930

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.6";
91+
public static final String PROJECT_VERSION = "1.0.7";
9292
/**
9393
* 项目构建日期
9494
*/
95-
public static final String PROJECT_BUILD_DAY = "2023-08-29";
95+
public static final String PROJECT_BUILD_DAY = "2023-09-03";
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.6
3+
Implementation-Version: 1.0.7
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-08-29
9+
Build-Day: 2023-09-03

0 commit comments

Comments
 (0)