File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dongtai-common/src/main/java/io/dongtai/iast/common/constants Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
package io .dongtai .iast .common .constants ;
2
2
3
3
public class AgentConstant {
4
- public static final String VERSION_VALUE = "v1.8.1 " ;
4
+ public static final String VERSION_VALUE = "v1.8.2-beta " ;
5
5
public static final String LANGUAGE = "JAVA" ;
6
6
public static final String THREAD_NAME_PREFIX = "DongTai-IAST-" ;
7
7
public static final String THREAD_NAME_PREFIX_CORE = "DongTai-IAST-Core-" ;
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<properties >
7
- <revision >1.8.1 </revision >
7
+ <revision >1.8.2-beta </revision >
8
8
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
9
9
<shade-prefix >io.dongtai.iast.thirdparty</shade-prefix >
10
10
You can’t perform that action at this time.
0 commit comments