Skip to content

Commit

Permalink
Branching for 6.0: bump version to 7.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfxgood committed Jul 24, 2017
1 parent 90c713f commit e676668
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kibana 6.0.0-beta1
# Kibana 7.0.0-alpha1

Kibana is your window into the [Elastic Stack](https://www.elastic.co/products). Specifically, it's
an open source ([Apache Licensed](LICENSE.md)),
Expand Down Expand Up @@ -44,9 +44,9 @@ For the daring, snapshot builds are available. These builds are created nightly

| platform | |
| --- | --- |
| OSX | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-darwin-x86_64.tar.gz) |
| Linux | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-linux-x86_64.tar.gz) [deb](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-amd64.deb) [rpm](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-x86_64.rpm) |
| Windows | [zip](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-windows-x86_64.zip) |
| OSX | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-7.0.0-alpha1-SNAPSHOT-darwin-x86_64.tar.gz) |
| Linux | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-7.0.0-alpha1-SNAPSHOT-linux-x86_64.tar.gz) [deb](https://snapshots.elastic.co/downloads/kibana/kibana-7.0.0-alpha1-SNAPSHOT-amd64.deb) [rpm](https://snapshots.elastic.co/downloads/kibana/kibana-7.0.0-alpha1-SNAPSHOT-x86_64.rpm) |
| Windows | [zip](https://snapshots.elastic.co/downloads/kibana/kibana-7.0.0-alpha1-SNAPSHOT-windows-x86_64.zip) |

## Documentation

Expand Down
6 changes: 3 additions & 3 deletions docs/index-shared1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
//////////
release-state can be: released | prerelease | unreleased
//////////
:release-state: prerelease
:version: 6.0.0-alpha2
:major-version: 6.x
:release-state: unreleased
:version: 7.0.0-alpha1
:major-version: 7.x
:branch: master

:docker-image: docker.elastic.co/kibana/kibana:{version}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dashboarding"
],
"private": false,
"version": "6.0.0-beta1",
"version": "7.0.0-alpha1",
"branch": "master",
"build": {
"number": 8467,
Expand Down

0 comments on commit e676668

Please sign in to comment.