Compare commits
2 Commits
29924ffb36
...
9dcaacf64a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dcaacf64a | |||
| b82a04e3bb |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
release
|
||||
version.py
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user