Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaugo committed Dec 21, 2017
1 parent e051d3b commit d8683a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0.0-rc1
current_version = 1.4.0.0-rc2
files = README.md server/swagger.json
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>\d+)
serialize = {major}.{minor}.{patch}.{release}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ option.
## Versions

The most recent version of Chronograf is
[v1.4.0.0-rc1](https://www.influxdata.com/downloads/).
[v1.4.0.0-rc2](https://www.influxdata.com/downloads/).

Spotted a bug or have a feature request? Please open
[an issue](https://github.com/influxdata/chronograf/issues/new)!
Expand Down Expand Up @@ -178,7 +178,7 @@ By default, chronograf runs on port `8888`.
To get started right away with Docker, you can pull down our latest release:

```sh
docker pull chronograf:1.4.0.0-rc1
docker pull chronograf:1.4.0.0-rc2
```

### From Source
Expand Down
2 changes: 1 addition & 1 deletion server/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Chronograf",
"description": "API endpoints for Chronograf",
"version": "1.4.0.0-rc1"
"version": "1.4.0.0-rc2"
},
"schemes": ["http"],
"basePath": "/chronograf/v1",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chronograf-ui",
"version": "1.4.0-0rc1",
"version": "1.4.0-0rc2",
"private": false,
"license": "AGPL-3.0",
"description": "",
Expand Down

0 comments on commit d8683a5

Please sign in to comment.