Skip to content

Commit a7cd977

Browse files
committedMay 4, 2017
Release version 1.0.2
1 parent 0081dde commit a7cd977

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Reuslt file `daemon.conf`:
115115
## Installation
116116

117117
```bash
118-
GOREPLACE_VERSION=1.0.1 \
118+
GOREPLACE_VERSION=1.0.2 \
119119
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
120120
&& chmod +x /usr/local/bin/go-replace
121121
```

‎main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
const (
1717
Author = "webdevops.io"
18-
Version = "1.0.1"
18+
Version = "1.0.2"
1919
)
2020

2121
type changeset struct {

‎release/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine
33
RUN apk --no-cache add --virtual .gocrond-deps \
44
ca-certificates \
55
wget \
6-
&& GOREPLACE_VERSION=1.0.1 \
6+
&& GOREPLACE_VERSION=1.0.2 \
77
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
88
&& chmod +x /usr/local/bin/go-replace \
99
&& apk del .gocrond-deps

0 commit comments

Comments
 (0)
Failed to load comments.