Skip to content

Commit

Permalink
bump DCS bios version
Browse files Browse the repository at this point in the history
  • Loading branch information
Santi871 committed Jul 25, 2020
1 parent e3295b3 commit 73b2da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/first_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit 73b2da6

Please sign in to comment.