From 74d0b98e9147ebd0e233ec49716015984fc39fcc Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Mon, 13 Apr 2020 22:54:45 -0600 Subject: [PATCH] proton: update version --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 4149504fa..29abe81f9 100755 --- a/proton +++ b/proton @@ -18,7 +18,7 @@ from filelock import FileLock #To enable debug logging, copy "user_settings.sample.py" to "user_settings.py" #and edit it if needed. -CURRENT_PREFIX_VERSION="5.6-GE-1" +CURRENT_PREFIX_VERSION="5.6-GE-2" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"