From e3886eba29ab9029674eda98b7a189896f93c652 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sun, 2 Jul 2023 14:28:50 -0600 Subject: [PATCH] proton: bump version --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 0e6fde184..35b0d144e 100755 --- a/proton +++ b/proton @@ -40,7 +40,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="GE-Proton8-5" +CURRENT_PREFIX_VERSION="GE-Proton8-6" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"