From 53b9c8776d7f88128f706c070240e44f6530953d Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Mon, 4 Jan 2021 09:28:28 +0100 Subject: [PATCH] Mackup 0.8.32 --- mackup/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mackup/constants.py b/mackup/constants.py index 2120d82c3..849b31e5a 100644 --- a/mackup/constants.py +++ b/mackup/constants.py @@ -1,6 +1,6 @@ """Constants used in Mackup.""" # Current version -VERSION = "0.8.31" +VERSION = "0.8.32" # Support platforms PLATFORM_DARWIN = "Darwin"