Skip to content

Commit

Permalink
Update version to 5.2.0 (#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored and andrewkroh committed Nov 22, 2016
1 parent bfa8c33 commit ea238ea
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dev-tools/packer/version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: "5.1.0"
version: "5.2.0"
2 changes: 1 addition & 1 deletion filebeat/filebeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/heartbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/heartbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion libbeat/beat/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package beat

const defaultBeatVersion = "5.1.0"
const defaultBeatVersion = "5.2.0"
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/winlogbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/winlogbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.1.0"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down

0 comments on commit ea238ea

Please sign in to comment.