From 09ed0093dfec5ce92fbf26e336bdc037077b70f7 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Fri, 12 Mar 2021 18:24:10 -0800 Subject: [PATCH] custominstall: post-release version bump --- custominstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custominstall.py b/custominstall.py index ef1bd94..d4d3ede 100644 --- a/custominstall.py +++ b/custominstall.py @@ -45,7 +45,7 @@ if is_windows: else: from os import statvfs -CI_VERSION = '2.1b3' +CI_VERSION = '2.1b4.dev1' # used to run the save3ds_fuse binary next to the script frozen = getattr(sys, 'frozen', False)