Skip to content

Commit 936ddab

Browse files
Update server and agent versions to 2.6
1 parent ad9506a commit 936ddab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

agent/src/main/resources/agent.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
cloud.url=${CLOUD_URL:https://local.testsigmaos.com}
1010
local.server.url=${LOCAL_SERVER_URL:http://localhost:9090}
1111
local.agent.register=${LOCAL_AGENT_REGISTER:true}
12-
agent.version=2.5
12+
agent.version=2.6

server/src/main/java/com/testsigma/dto/AgentDTO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ public class AgentDTO {
3030
private String hostName;
3131
private AgentOs osType;
3232
private String osVersion;
33-
private String currentAgentVersion = "2.5";
33+
private String currentAgentVersion = "2.6";
3434
}

server/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server.port=${TESTSIGMA_SERVER_PORT:9090}
22
server.url=${TESTSIGMA_SERVER_URL:https://local.testsigmaos.com}
3-
server.version=v2.5
3+
server.version=v2.6
44
server.local.url=${TESTSIGMA_SERVER_LOCAL_URL:http://localhost:${server.port}}
55
local.agent.url=${LOCAL_AGENT_URL:http://localhost:9393/agent}
66
local.agent.download.tag=latest

0 commit comments

Comments
 (0)