Skip to content

Commit

Permalink
Bumpversion to 1.3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaugo committed Jun 22, 2017
1 parent 05f4b61 commit 1bdfbbc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3.2.0
current_version = 1.3.3.4
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.3.3.3 [2017-06-21]
## v1.3.3.4 [2017-06-21]
### Bug Fixes
1. [1651](https://github.com/influxdata/chronograf/pull/1651): Add back in x and y axes on Line + Single Stat graphs

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Change the default root path of the Chronograf server with the `--basepath` opti

## Versions

The most recent version of Chronograf is [v1.3.2.0](https://www.influxdata.com/downloads/).
The most recent version of Chronograf is [v1.3.3.4](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 @@ -138,7 +138,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.3.2.0
docker pull chronograf:1.3.3.4
```

### 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.3.2.0"
"version": "1.3.3.4"
},
"schemes": [
"http"
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.3.3-1",
"version": "1.3.3-4",
"private": false,
"license": "AGPL-3.0",
"description": "",
Expand Down

0 comments on commit 1bdfbbc

Please sign in to comment.