Skip to content

Commit 616f994

Browse files
committed
Bump version to 2.1.6
1 parent 4dd4d00 commit 616f994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Server Thrall is a python based dedicated server toolbox. It's not a GUI to manage your server. It adds new features to the dedicated server that are not previously supported. To get the full value out of server thrall, please read the Configuration for Plugins section. I also highly recommend enabling the ApiUploader plugin to get your own live server website at http://thrallbrowser.com.
44

55
### Installation
6-
* [Download ServerThrall](https://github.com/NullSoldier/serverthrall/releases/download/v2.1.4/serverthrall.2.1.4.zip)
6+
* [Download ServerThrall](https://github.com/NullSoldier/serverthrall/releases/download/v2.1.6/serverthrall.2.1.6.zip)
77
* Unzip somewhere on your computer
88

99
### How to run

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
from serverthrall import run_server_thrall # noqa
1212
import os # noqa
1313

14-
VERSION = '2.1.5'
14+
VERSION = '2.1.6'
1515
run_server_thrall(VERSION)

0 commit comments

Comments
 (0)