From 8ee304d7e395576308c8ca2c62b37a4a8bbe3bf3 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Fri, 5 May 2023 16:26:03 +0300 Subject: [PATCH] Bump prefix version to higher than Proton Stable. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 2ba94cf1..f7d97e4a 100755 --- a/proton +++ b/proton @@ -41,7 +41,7 @@ from random import randrange #To enable debug logging, copy "user_settings.sample.py" to "user_settings.py" #and edit it if needed. -CURRENT_PREFIX_VERSION="10.0-105" +CURRENT_PREFIX_VERSION="10.0-200" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"