Skip to content

Commit

Permalink
Update version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Apr 4, 2017
1 parent d7ad672 commit d40088b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Application Options:
## Installation

```bash
GOREPLACE_VERSION=0.3.0 \
GOREPLACE_VERSION=0.3.1 \
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/goreplace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
&& chmod +x /usr/local/bin/go-replace
```
Expand Down
2 changes: 1 addition & 1 deletion goreplace.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
Author = "webdevops.io"
Version = "0.3.0"
Version = "0.3.1"
)

var opts struct {
Expand Down

0 comments on commit d40088b

Please sign in to comment.