Skip to content

Commit

Permalink
bump version to 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lostsnow committed Oct 28, 2022
1 parent 4259495 commit 58814eb
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.7.8";
public static final String VERSION_VALUE = "v1.7.9";
public static final String LANGUAGE = "JAVA";
public static final String THREAD_NAME_PREFIX = "DongTai-IAST-";
}
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.7.8</revision>
<revision>1.7.9</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<shade-prefix>io.dongtai.iast.thirdparty</shade-prefix>

Expand Down

0 comments on commit 58814eb

Please sign in to comment.