From 73b2da686633a1f072230d9248aa2529cbe61937 Mon Sep 17 00:00:00 2001 From: Santiago Vegega Date: Fri, 24 Jul 2020 23:13:01 -0300 Subject: [PATCH] bump DCS bios version --- src/first_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/first_setup.py b/src/first_setup.py index 1f05a9a..a7d0f3b 100644 --- a/src/first_setup.py +++ b/src/first_setup.py @@ -8,7 +8,7 @@ import requests import zipfile -DCS_BIOS_VERSION = '0.7.30' +DCS_BIOS_VERSION = '0.7.35' DCS_BIOS_URL = "https://github.com/DCSFlightpanels/dcs-bios/releases/download/{}/DCS-BIOS.zip" logger = get_logger(__name__)