From 781178d092943ee9637c052689f295aa06e82bc6 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Tue, 15 Oct 2024 19:25:44 -0600 Subject: [PATCH] bump version --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 8c56ad4014..03315f494a 100755 --- a/proton +++ b/proton @@ -42,7 +42,7 @@ from pathlib import Path #To enable debug logging, copy "user_settings.sample.py" to "user_settings.py" #and edit it if needed. -CURRENT_PREFIX_VERSION="UMU-Proton-9.0-3" +CURRENT_PREFIX_VERSION="UMU-Proton-9.0-3.2" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"