Skip to content

Commit

Permalink
fix: update to newest restic bugfix release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Sep 11, 2024
1 parent 4742039 commit d2650fd
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.17.0"
RequiredResticVersion = "0.17.1"

findResticMu sync.Mutex
didTryInstall bool
Expand Down

0 comments on commit d2650fd

Please sign in to comment.