Skip to content

Commit 8c07928

Browse files
committed
update version
1 parent c9e17fe commit 8c07928

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.larksuite.project</groupId>
5858
<artifactId>oapi-sdk</artifactId>
59-
<version>1.0.17</version>
59+
<version>1.0.18</version>
6060
</dependency>
6161
```
6262

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.larksuite.project</groupId>
88
<artifactId>oapi-sdk</artifactId>
9-
<version>1.0.17</version>
9+
<version>1.0.18</version>
1010
<build>
1111
<plugins>
1212
<plugin>

src/main/java/com/lark/project/core/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public interface Constants {
3030
String HTTP_HEADER_ACCESS_TOKEN = "X-PLUGIN-TOKEN";
3131

3232
String HTTP_HEADER_IDEM_UUID = "X-IDEM-UUID";
33-
String VERSION = "1.0.17";
33+
String VERSION = "1.0.18";
3434

3535
String BASE_URL = "https://project.feishu.cn";
3636

0 commit comments

Comments
 (0)