Skip to content

Commit

Permalink
feat: update to restic 0.17.0 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge authored Aug 14, 2024
1 parent c45f0f3 commit 500f2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resticinstaller/resticinstaller.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
)

var (
RequiredResticVersion = "0.16.4"
RequiredResticVersion = "0.17.0"

findResticMu sync.Mutex
didTryInstall bool
Expand Down

0 comments on commit 500f2ee

Please sign in to comment.