Skip to content

Commit

Permalink
feat: update restic dependency to v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Jan 15, 2024
1 parent 04106d1 commit ac8db31
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 @@ -26,7 +26,7 @@ var (
)

var (
RequiredResticVersion = "0.16.2"
RequiredResticVersion = "0.16.3"

findResticMu sync.Mutex
didTryInstall bool
Expand Down

0 comments on commit ac8db31

Please sign in to comment.