Updated to v2.6

This commit is contained in:
Profitroll 2022-02-01 17:34:08 +02:00
parent 504b748789
commit 09a3d66656
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import keyboard
import getpass
from zipfile import ZipFile
version = 2.5
version = 2.6
path = Path(__file__).resolve().parent
def mainMenu():

2
rpc.py
View File

@ -6,7 +6,7 @@ import sys
from colors import *
from functions import *
version = '2.5'
version = '2.6'
import libinstaller
from pypresence import Presence