build: 更新项目版本号

- 将 pom.xml 中的版本号从 0.1.6.6 修改为 0.1.6.7
- 此更新统一了项目的 Maven 版本号,确保版本一致性
This commit is contained in:
李建国 2025-02-20 13:50:20 +08:00
parent a7bede2ee3
commit 6c0f398bb2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<groupId>org.aohe</groupId>
<artifactId>twain-service</artifactId>
<version>0.1.6.6</version>
<version>0.1.6.7</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>