1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Bump version to 2.2.3

This commit is contained in:
Gilbert Chen
2019-06-28 10:06:55 -04:00
parent 81bb188211
commit 58387c0951

View File

@@ -1981,7 +1981,7 @@ func main() {
app.Name = "duplicacy"
app.HelpName = "duplicacy"
app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
app.Version = "2.2.2" + " (" + GitCommit + ")"
app.Version = "2.2.3" + " (" + GitCommit + ")"
// If the program is interrupted, call the RunAtError function.
c := make(chan os.Signal, 1)