diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 643d8c2bc..08ea37586 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0 +current_version = 1.7.1 files = README.md server/swagger.json Makefile parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{release} diff --git a/Makefile b/Makefile index 321739e68..5adc59b9f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: assets dep clean test gotest gotestrace jstest run run-dev ctags -VERSION = 1.7.0 +VERSION = 1.7.1 COMMIT ?= $(shell git rev-parse --short=8 HEAD) GOBINDATA := $(shell go list -f {{.Root}} github.com/kevinburke/go-bindata 2> /dev/null) YARN := $(shell command -v yarn 2> /dev/null) diff --git a/README.md b/README.md index 0097fdec5..7334813b9 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ option. ## Versions The most recent version of Chronograf is -[v1.7.0](https://www.influxdata.com/downloads/). +[v1.7.1](https://www.influxdata.com/downloads/). Spotted a bug or have a feature request? Please open [an issue](https://github.com/influxdata/chronograf/issues/new)! @@ -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.7.0 +docker pull chronograf:1.7.1 ``` ### From Source diff --git a/server/swagger.json b/server/swagger.json index 901223d5d..d056cf255 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "Chronograf", "description": "API endpoints for Chronograf", - "version": "1.7.0" + "version": "1.7.1" }, "schemes": ["http"], "basePath": "/chronograf/v1", diff --git a/ui/package.json b/ui/package.json index c18cf9fa0..8b5178e7d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.7.0", + "version": "1.7.1", "private": false, "license": "AGPL-3.0", "description": "",