From d12684d8bfbd793cd2e494f3a4ab3e8546b4a497 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Sun, 12 Sep 2021 09:02:27 -0700 Subject: [PATCH] version 2.1 --- custominstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custominstall.py b/custominstall.py index ae25f25..3bf3009 100644 --- a/custominstall.py +++ b/custominstall.py @@ -44,7 +44,7 @@ if is_windows: else: from os import statvfs -CI_VERSION = '2.1b4' +CI_VERSION = '2.1' # used to run the save3ds_fuse binary next to the script frozen = getattr(sys, 'frozen', False)