Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Oct 8, 2014
1 parent 9589292 commit b42ff80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// that can be found in the LICENSE file.
package main

const Version = "0.6.2"
const Version = "0.6.3"

0 comments on commit b42ff80

Please sign in to comment.