We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4937755 commit 9fdb5f9Copy full SHA for 9fdb5f9
dongtai-common/src/main/java/io/dongtai/iast/common/constants/AgentConstant.java
@@ -1,7 +1,7 @@
1
package io.dongtai.iast.common.constants;
2
3
public class AgentConstant {
4
- public static final String VERSION_VALUE = "v1.13.1";
+ public static final String VERSION_VALUE = "v1.14.0";
5
public static final String LANGUAGE = "JAVA";
6
public static final String THREAD_NAME_PREFIX = "DongTai-IAST-";
7
public static final String THREAD_NAME_PREFIX_CORE = "DongTai-IAST-Core-";
0 commit comments