Skip to content

Commit 73e80f2

Browse files
authored
Merge pull request #260 from Nizernizer/bug/issue-250
Change version to 1.3.1
2 parents c8b2b64 + 80a25cf commit 73e80f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dongtai-agent/src/main/java/io/dongtai/iast/agent/AgentLauncher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public static synchronized void uninstall() {
104104
*/
105105
private static void install(final Instrumentation inst) {
106106
IastProperties iastProperties = IastProperties.getInstance();
107+
DongTaiLog.info("Current DongTai Java Agent version: "+Constant.AGENT_VERSION_VALUE);
107108
DongTaiLog.info("try to register agent to: " + iastProperties.getBaseUrl());
108109
Boolean send = AgentRegisterReport.send();
109110
if (send) {

0 commit comments

Comments
 (0)