Skip to content

Commit

Permalink
Bump version 9.0.0 (#2490)
Browse files Browse the repository at this point in the history
bump elk 9.0
  • Loading branch information
moukoublen authored Sep 10, 2024
1 parent e0832d6 commit d69411c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.16.0"
"defaultValue": "9.0.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.16.0"
"defaultValue": "9.0.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.16.0"
"defaultValue": "9.0.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.16.0"
"defaultValue": "9.0.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package version

// name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion
const defaultBeatVersion = "8.16.0"
const defaultBeatVersion = "9.0.0"

// Version represents version information for a package
type Version struct {
Expand Down

0 comments on commit d69411c

Please sign in to comment.