mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-04-25 16:19:24 -05:00
3.33
This commit is contained in:
parent
cff844d67b
commit
382cfe7b35
|
|
@ -1,5 +1,5 @@
|
|||
# Release notes
|
||||
### v3.33
|
||||
### v3.33 (released 2023-09-25)
|
||||
- Minor bug fixes and improvements *(thanks Eldram, Grender)*
|
||||
|
||||
### v3.32 (released 2023-07-25)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ from enum import Enum
|
|||
APPNAME = "FlashGBX"
|
||||
VERSION_PEP440 = "3.33"
|
||||
VERSION = "v{:s}".format(VERSION_PEP440)
|
||||
VERSION_TIMESTAMP = 1695636983
|
||||
VERSION_TIMESTAMP = 1695637228
|
||||
DEBUG = False
|
||||
DEBUG_LOG = []
|
||||
APP_PATH = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user