boklm pushed to branch main at The Tor Project / Applications / torbrowser-launcher
Commits: 7b9b5b9c by Nicolas Vigier at 2024-01-08T13:53:33+01:00 Update self.min_version to 13.0 (#9)
- - - - -
1 changed file:
- torbrowser_launcher/launcher.py
Changes:
===================================== torbrowser_launcher/launcher.py ===================================== @@ -72,7 +72,7 @@ class Launcher(QtWidgets.QMainWindow): self.force_redownload = False
# This is the current version of Tor Browser, which should get updated with every release - self.min_version = "12.0" + self.min_version = "13.0"
# Init launcher self.set_state(None, "", [])
View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit/...
tor-commits@lists.torproject.org