We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae706e3 commit 175adb1Copy full SHA for 175adb1
duplicacy/duplicacy_main.go
@@ -2186,7 +2186,7 @@ func main() {
2186
app.Name = "duplicacy"
2187
app.HelpName = "duplicacy"
2188
app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
2189
- app.Version = "2.7.1" + " (" + GitCommit + ")"
+ app.Version = "2.7.2" + " (" + GitCommit + ")"
2190
2191
// If the program is interrupted, call the RunAtError function.
2192
c := make(chan os.Signal, 1)
0 commit comments