diff --git a/README.md b/README.md index 46743a7cc..cccdb3001 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ [Consul](http://consul.io) and processing [template resources](docs/template-resources.md). * reloading applications to pick up new config file changes -# Current Stable Version: 0.6.2 +# Current Stable Version: 0.6.3 -The current stable version of confd is 0.6.2. The previous version is being maintained on the 0.5.x branch. The docs for the 0.5.x version can be found [here](https://github.com/kelseyhightower/confd/tree/0.5.x/docs). +The current stable version of confd is 0.6.3. The previous version is being maintained on the 0.5.x branch. The docs for the 0.5.x version can be found [here](https://github.com/kelseyhightower/confd/tree/0.5.x/docs). -confd 0.6.2 is a big change from 0.5.x, see the 0.6.2 [release notes](https://github.com/kelseyhightower/confd/releases/tag/v0.6.2) for more details. +confd 0.6.3 is a big change from 0.5.x, see the 0.6.3 [release notes](https://github.com/kelseyhightower/confd/releases/tag/v0.6.3) for more details. ## Community diff --git a/docs/installation.md b/docs/installation.md index efcf6c4d3..d8e7124fd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,13 +7,13 @@ Currently confd ships binaries for OS X and Linux 64bit systems. You can downloa #### OS X ``` -wget https://github.com/kelseyhightower/confd/releases/download/v0.6.2/confd-0.6.2-darwin-amd64 +wget https://github.com/kelseyhightower/confd/releases/download/v0.6.3/confd-0.6.3-darwin-amd64 ``` #### Linux ``` -wget https://github.com/kelseyhightower/confd/releases/download/v0.6.2/confd-0.6.2-linux-amd64 +wget https://github.com/kelseyhightower/confd/releases/download/v0.6.3/confd-0.6.3-linux-amd64 ``` Copy the confd binary to a bin directory in your path. diff --git a/version.go b/version.go index 4a2d88918..09fc86454 100644 --- a/version.go +++ b/version.go @@ -3,4 +3,4 @@ // that can be found in the LICENSE file. package main -const Version = "0.6.2" +const Version = "0.6.3"