Skip to content

Commit ad5241c

Browse files
build(smc): prepare for 1.0.6 (#674)
1 parent 37e462e commit ad5241c

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

0 commit comments

Comments
 (0)