From 9b7346c919b308f31fc0e864124cf1c4d2c4a131 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Mon, 8 Mar 2021 18:16:58 -0800 Subject: [PATCH] version 2.1b3 --- custominstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custominstall.py b/custominstall.py index b18a7f4..ef1bd94 100644 --- a/custominstall.py +++ b/custominstall.py @@ -45,7 +45,7 @@ else: from os import statvfs -CI_VERSION = '2.1b3.dev1' +CI_VERSION = '2.1b3' # used to run the save3ds_fuse binary next to the script frozen = getattr(sys, 'frozen', False)