Skip to content

Commit

Permalink
Version 4.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Dec 16, 2014
1 parent 536ac32 commit 8faae21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- render {"template":"# Kibana <%= pkg.version %>"} -->
# Kibana 4.0.0-BETA2
# Kibana 4.0.0-beta3
<!-- /render -->

[![Build Status](https://travis-ci.org/elasticsearch/kibana.svg?branch=master)](https://travis-ci.org/elasticsearch/kibana?branch=master)
Expand Down Expand Up @@ -29,7 +29,6 @@ Kibana is an open source (Apache Licensed), browser based analytics and search d
* Visit [http://localhost:5601](http://localhost:5601)

<!-- include {"path":"docs/quick_start.md"} -->

## Quick Start

You're up and running! Fantastic! Kibana is now running on port 5601, so point your browser at http://YOURDOMAIN.com:5601.
Expand Down Expand Up @@ -325,7 +324,4 @@ Clicking on the *View* action loads that item in the associated applications. Re
Clicking *Edit* will allow you to change the title, description and other settings of the saved object. You can also edit the schema of the stored object.

*Note:* this operation is for advanced users only - making changes here can break large portions of the application.
<!-- /include -->

## Building from Source
If you want the latest code or need something that's not in a release package, you'll need to build from source. See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions.
<!-- /include -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kibana",
"private": true,
"version": "4.0.0-BETA2",
"version": "4.0.0-beta3",
"description": "Kibana 4",
"main": "Gulpfile.js",
"dependencies": {},
Expand Down

0 comments on commit 8faae21

Please sign in to comment.