Skip to content

Commit 08ec9ce

Browse files
authored
Merge pull request #401 from lostsnow/release/v1.7.9
bump version to 1.7.9
2 parents 4259495 + 58814eb commit 08ec9ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.dongtai.iast.common.constants;
22

33
public class AgentConstant {
4-
public static final String VERSION_VALUE = "v1.7.8";
4+
public static final String VERSION_VALUE = "v1.7.9";
55
public static final String LANGUAGE = "JAVA";
66
public static final String THREAD_NAME_PREFIX = "DongTai-IAST-";
77
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<properties>
7-
<revision>1.7.8</revision>
7+
<revision>1.7.9</revision>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
99
<shade-prefix>io.dongtai.iast.thirdparty</shade-prefix>
1010

0 commit comments

Comments
 (0)