Skip to content

Commit

Permalink
Branching for 6.0: Bump version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfxgood committed Jul 24, 2017
1 parent 90c713f commit 811e692
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 6.1.0

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-6.1.0-SNAPSHOT-darwin-x86_64.tar.gz) |
| Linux | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-SNAPSHOT-linux-x86_64.tar.gz) [deb](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-SNAPSHOT-amd64.deb) [rpm](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-SNAPSHOT-x86_64.rpm) |
| Windows | [zip](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-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,10 +2,10 @@
//////////
release-state can be: released | prerelease | unreleased
//////////
:release-state: prerelease
:version: 6.0.0-alpha2
:release-state: unreleased
:version: 6.1.0
:major-version: 6.x
:branch: master
:branch: 6.x

:docker-image: docker.elastic.co/kibana/kibana:{version}
:repo: https://github.com/elastic/kibana/
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": "6.1.0",
"branch": "master",
"build": {
"number": 8467,
Expand Down
2 changes: 1 addition & 1 deletion tasks/config/esvm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function (grunt) {

return {
options: {
branch: 'master',
branch: '6.x',
fresh: !grunt.option('esvm-no-fresh'),
config: {
http: {
Expand Down

0 comments on commit 811e692

Please sign in to comment.