Skip to content

Commit

Permalink
Release v1.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
‘niuerzhuang’ committed Aug 16, 2023
1 parent 85077fd commit 75dab62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.dongtai.iast.common.constants;

public class AgentConstant {
public static final String VERSION_VALUE = "v1.12.0";
public static final String VERSION_VALUE = "v1.13.0";
public static final String LANGUAGE = "JAVA";
public static final String THREAD_NAME_PREFIX = "DongTai-IAST-";
public static final String THREAD_NAME_PREFIX_CORE = "DongTai-IAST-Core-";
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<revision>1.12.0</revision>
<revision>1.13.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<shade-prefix>io.dongtai.iast.thirdparty</shade-prefix>

Expand Down

0 comments on commit 75dab62

Please sign in to comment.