From 5f49493dfb365360c6c097e9452f53b3fca8b48b Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Tue, 9 Feb 2021 15:41:02 -0800 Subject: [PATCH] vesion 2.1b1 --- custominstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custominstall.py b/custominstall.py index 2adaaa5..c7de3ea 100644 --- a/custominstall.py +++ b/custominstall.py @@ -42,7 +42,7 @@ if is_windows: else: from os import statvfs -CI_VERSION = '2.1' +CI_VERSION = '2.1b1' # used to run the save3ds_fuse binary next to the script frozen = getattr(sys, 'frozen', False)