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.
2 parents 4259495 + 58814eb commit 08ec9ceCopy full SHA for 08ec9ce
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.7.8";
+ public static final String VERSION_VALUE = "v1.7.9";
5
public static final String LANGUAGE = "JAVA";
6
public static final String THREAD_NAME_PREFIX = "DongTai-IAST-";
7
}
pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
- <revision>1.7.8</revision>
+ <revision>1.7.9</revision>
8
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9
<shade-prefix>io.dongtai.iast.thirdparty</shade-prefix>
10
0 commit comments