version udpate

This commit is contained in:
DJ2LS 2024-04-12 20:38:33 +02:00
parent 792edddda0
commit 1ac3185ad3

View file

@ -33,7 +33,7 @@ from schedule_manager import ScheduleManager
app = Flask(__name__)
CORS(app, resources={r"/*": {"origins": "*"}})
sock = Sock(app)
MODEM_VERSION = "0.15.0-alpha"
MODEM_VERSION = "0.15.1-alpha"
# set config file to use
def set_config():