diff --git a/refit/src/refit.py b/refit/src/refit.py index 00adaea..40bfc18 100644 --- a/refit/src/refit.py +++ b/refit/src/refit.py @@ -4,8 +4,12 @@ import sys from modules.refit_logger import logger from modules.refit_create import Refit_Create +from version import GET_VERSION_NUMBER + +current_version = GET_VERSION_NUMBER() + # Setting Global Variables -REFIT_VERSION = "Refit Beta 0.1.0" +REFIT_VERSION = f"Refit Beta {current_version}" # ---------------------------ARGPARSE START--------------------------- # Main Parser