Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed May 4, 2017
1 parent 0081dde commit a7cd977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Reuslt file `daemon.conf`:
## Installation

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

const (
Author = "webdevops.io"
Version = "1.0.1"
Version = "1.0.2"
)

type changeset struct {
Expand Down
2 changes: 1 addition & 1 deletion release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine
RUN apk --no-cache add --virtual .gocrond-deps \
ca-certificates \
wget \
&& GOREPLACE_VERSION=1.0.1 \
&& GOREPLACE_VERSION=1.0.2 \
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
&& chmod +x /usr/local/bin/go-replace \
&& apk del .gocrond-deps
Expand Down

0 comments on commit a7cd977

Please sign in to comment.