Update version.
This commit is contained in:
@@ -41,7 +41,7 @@ from cryptography.hazmat.primitives import serialization
|
|||||||
|
|
||||||
ROOT_DIR = Path(os.getcwd())
|
ROOT_DIR = Path(os.getcwd())
|
||||||
SERVER_CONFIG_PATH = ROOT_DIR / "config" / "server.yml"
|
SERVER_CONFIG_PATH = ROOT_DIR / "config" / "server.yml"
|
||||||
VERSION = "1.1"
|
VERSION = "1.2"
|
||||||
LOG_DIR_NAME = "logs"
|
LOG_DIR_NAME = "logs"
|
||||||
SERVERJAR_LOG_FILE = "serverjar.log"
|
SERVERJAR_LOG_FILE = "serverjar.log"
|
||||||
LOG_DOWNLOAD_CHUNK_SIZE = 4096
|
LOG_DOWNLOAD_CHUNK_SIZE = 4096
|
||||||
|
|||||||
Reference in New Issue
Block a user