Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ca20dda

Browse files
Release version 1.1.2
1 parent bbd0e8f commit ca20dda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Reuslt file `daemon.conf`:
118118
## Installation
119119

120120
```bash
121-
GOREPLACE_VERSION=1.1.1 \
121+
GOREPLACE_VERSION=1.1.2 \
122122
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
123123
&& chmod +x /usr/local/bin/go-replace
124124
```

‎main.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

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

2121
type changeset struct {

‎release/Dockerfile‎

Lines changed: 1 addition & 1 deletion
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.1.1 \
6+
&& GOREPLACE_VERSION=1.1.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)

AltStyle によって変換されたページ (->オリジナル) /