Skip to content

Commit 6e59985

Browse files
authored
Update restic version to 0.8.1 (#257)
1 parent d66a53d commit 6e59985

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/setup/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ GitTag = 0.5.1
110110
CommitTimestamp = 2017-10-10T05:24:23
111111

112112
$ kubectl exec -it $POD_NAME -c operator -n $POD_NAMESPACE restic version
113-
restic 0.8.0
113+
restic 0.8.1
114114
compiled with go1.9 on linux/amd64
115115
```

hack/docker/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source "$REPO_ROOT/hack/libbuild/common/public_image.sh"
1414

1515
APPSCODE_ENV=${APPSCODE_ENV:-dev}
1616
IMG=stash
17-
RESTIC_VER=${RESTIC_VER:-0.8.0}
17+
RESTIC_VER=${RESTIC_VER:-0.8.1}
1818
RESTIC_BRANCH=${RESTIC_BRANCH:-stash-0.4.2}
1919

2020
DIST=$REPO_ROOT/dist

0 commit comments

Comments
 (0)