Skip to content

Commit 175adb1

Browse files
committed
Bump version to 2.7.2
1 parent ae706e3 commit 175adb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duplicacy/duplicacy_main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ func main() {
21862186
app.Name = "duplicacy"
21872187
app.HelpName = "duplicacy"
21882188
app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
2189-
app.Version = "2.7.1" + " (" + GitCommit + ")"
2189+
app.Version = "2.7.2" + " (" + GitCommit + ")"
21902190

21912191
// If the program is interrupted, call the RunAtError function.
21922192
c := make(chan os.Signal, 1)

0 commit comments

Comments
 (0)