custominstall: post-release version bump

This commit is contained in:
Ian Burgwin
2021-03-12 18:24:10 -08:00
parent 9b7346c919
commit 09ed0093df

View File

@@ -45,7 +45,7 @@ if is_windows:
else: else:
from os import statvfs from os import statvfs
CI_VERSION = '2.1b3' CI_VERSION = '2.1b4.dev1'
# used to run the save3ds_fuse binary next to the script # used to run the save3ds_fuse binary next to the script
frozen = getattr(sys, 'frozen', False) frozen = getattr(sys, 'frozen', False)