Updated version

This commit is contained in:
Mark Qvist 2024-10-06 11:32:27 +02:00
parent 86c3b18f84
commit 5e15c43ab7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
__version__ = "1.1.0"
__version__ = "1.1.1"
__variant__ = ""
import sys

View File

@ -4445,7 +4445,7 @@ class SidebandCore():
thread.start()
self.setstate("core.started", True)
RNS.log("Sideband Core "+str(self)+" version "+str(self.version_str)+" started")
RNS.log("Sideband Core "+str(self)+" "+str(self.version_str)+" started")
def stop_webshare(self):
if self.webshare_server != None: