Skip to content

Commit cf808b1

Browse files
Upgrade server and agent versions to 2.9.1
1 parent 483c7a7 commit cf808b1

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.9
12+
agent.version=2.9.1

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.9";
33+
private String currentAgentVersion = "2.9.1";
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.9
3+
server.version=v2.9.1
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)