Skip to content

Commit

Permalink
bump version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lostsnow committed Jul 17, 2023
1 parent a9036f0 commit 82ae9d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ release
# for jenv
.java-version

jmh-result.json

dongtai-api.jar
dongtai-core.jar
dongtai-grpc.jar
Expand Down
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.12.0-beta1";
public static final String VERSION_VALUE = "v1.12.0";
public static final String LANGUAGE = "JAVA";
public static final String THREAD_NAME_PREFIX = "DongTai-IAST-";
public static final String THREAD_NAME_PREFIX_CORE = "DongTai-IAST-Core-";
Expand Down
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.12.0-beta1</revision>
<revision>1.12.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<shade-prefix>io.dongtai.iast.thirdparty</shade-prefix>

Expand Down

0 comments on commit 82ae9d0

Please sign in to comment.