Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versions bump to 1.1.0. Includes version bumps for the other elements… #584

Merged
merged 1 commit into from
Dec 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions filebeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Filebeat Reference
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
:version: master
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/1.1.0
:version: 1.1.0
:beatname_lc: filebeat
:beatname_uc: Filebeat

Expand Down
2 changes: 1 addition & 1 deletion filebeat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/elastic/beats/libbeat/beat"
)

var Version = "1.0.0"
var Version = "1.1.0"
var Name = "filebeat"

// The basic model of execution:
Expand Down
8 changes: 4 additions & 4 deletions libbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[[beats-reference]]
= Beats Platform Reference
:ES-version: 2.1.1
:LS-version: 2.1.1
:Kibana-version: 4.3.1
:Dashboards-version: 1.0.1
:ES-version: 2.2.0
:LS-version: 2.2.0
:Kibana-version: 4.4.0
:Dashboards-version: 1.1.0


include::./overview.asciidoc[]
Expand Down
4 changes: 2 additions & 2 deletions packetbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Packetbeat Reference
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
:version: master
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/1.1.0
:version: 1.1.0
:beatname_lc: packetbeat
:beatname_uc: Packetbeat

Expand Down
2 changes: 1 addition & 1 deletion packetbeat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// You can overwrite these, e.g.: go build -ldflags "-X main.Version 1.0.0-beta3"
var Version = "1.0.0"
var Version = "1.1.0"
var Name = "packetbeat"

// Setups and Runs Packetbeat
Expand Down
4 changes: 2 additions & 2 deletions topbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Topbeat Reference
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
:version: master
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/1.1.0
:version: 1.1.0
:beatname_lc: topbeat
:beatname_uc: Topbeat

Expand Down
2 changes: 1 addition & 1 deletion topbeat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// You can overwrite these, e.g.: go build -ldflags "-X main.Version 1.0.0-beta3"
var Version = "1.0.0"
var Version = "1.1.0"
var Name = "topbeat"

func main() {
Expand Down
4 changes: 2 additions & 2 deletions winlogbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Winlogbeat Reference
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
:version: master
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/1.1.0
:version: 1.1.0
:beatname_lc: winlogbeat
:beatname_uc: Winlogbeat

Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// Version of Winlogbeat.
var Version = "0.0.1"
var Version = "1.1.0"

// Name of this beat.
var Name = "winlogbeat"
Expand Down