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"