update build number

This commit is contained in:
leminlimez
2025-03-25 17:36:35 -04:00
parent 97fb04e6e2
commit 735556b123

View File

@@ -20,7 +20,7 @@ from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
from tweaks.daemons_tweak import Daemon
App_Version = "5.0.1"
App_Build = 1
App_Build = 0
class Page(Enum):
Home = 0