Skip to content

Commit

Permalink
Releasing v0.5.0-alpha (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 authored Apr 24, 2020
1 parent eca6392 commit f7f8377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deployer.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"AdminEmail": "[email protected]",
"AdminUsername": "sysadmin",
"AdminPassword": "Sys@dmin-sample1",
"LoadTestDownloadURL": "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v0.4.0-alpha/mattermost-load-test-ng-v0.4.0-alpha-linux-amd64.tar.gz",
"LoadTestDownloadURL": "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v0.5.0-alpha/mattermost-load-test-ng-v0.5.0-alpha-linux-amd64.tar.gz",
"LogSettings": {
"EnableConsole": true,
"ConsoleLevel": "ERROR",
Expand Down
2 changes: 1 addition & 1 deletion deployment/terraform/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const cmdExecTimeoutMinutes = 30

const (
latestReleaseURL = "https://latest.mattermost.com/mattermost-enterprise-linux"
defaultLoadTestDownloadURL = "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v0.4.0-alpha/mattermost-load-test-ng-v0.4.0-alpha-linux-amd64.tar.gz"
defaultLoadTestDownloadURL = "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v0.5.0-alpha/mattermost-load-test-ng-v0.5.0-alpha-linux-amd64.tar.gz"
filePrefix = "file://"
)

Expand Down

0 comments on commit f7f8377

Please sign in to comment.