Skip to content

Commit

Permalink
Upgrade server and agent versions to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-testsigma committed Mar 23, 2023
1 parent 483c7a7 commit cf808b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/src/main/resources/agent.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
cloud.url=${CLOUD_URL:https://local.testsigmaos.com}
local.server.url=${LOCAL_SERVER_URL:http://localhost:9090}
local.agent.register=${LOCAL_AGENT_REGISTER:true}
agent.version=2.9
agent.version=2.9.1
2 changes: 1 addition & 1 deletion server/src/main/java/com/testsigma/dto/AgentDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ public class AgentDTO {
private String hostName;
private AgentOs osType;
private String osVersion;
private String currentAgentVersion = "2.9";
private String currentAgentVersion = "2.9.1";
}
2 changes: 1 addition & 1 deletion server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server.port=${TESTSIGMA_SERVER_PORT:9090}
server.url=${TESTSIGMA_SERVER_URL:https://local.testsigmaos.com}
server.version=v2.9
server.version=v2.9.1
server.local.url=${TESTSIGMA_SERVER_LOCAL_URL:http://localhost:${server.port}}
local.agent.url=${LOCAL_AGENT_URL:http://localhost:9393/agent}
local.agent.download.tag=latest
Expand Down

0 comments on commit cf808b1

Please sign in to comment.