Skip to content

Commit

Permalink
feat: 5.0.7 预发发布
Browse files Browse the repository at this point in the history
feat: 新增错误提示处理。
  • Loading branch information
[email protected] committed Apr 13, 2023
1 parent fd43c78 commit e574080
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mybatis-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {


group 'com.plugins.mybatislog.agent'
version '1.0.23'
version '1.0.24'

java {
sourceCompatibility = "1.8"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private static String getJarPathByStartWith() {
if ("lib".equals(listFile.getName())) {
final File[] fileslib = listFile.listFiles();
for (File file : fileslib) {
if ("mybatis-agent-1.0.23-all.jar".equals(file.getName())) {
if ("mybatis-agent-1.0.24-all.jar".equals(file.getName())) {
return file.toPath().toString();
}
}
Expand Down

0 comments on commit e574080

Please sign in to comment.