From 59e72b5e12a7c52407c82a7c77d52e642b681192 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sun, 1 Dec 2019 04:19:56 -0700 Subject: [PATCH] fix proton build version --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 54d156eec..83d12c0e2 100755 --- a/proton +++ b/proton @@ -20,7 +20,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="4.20-1" +CURRENT_PREFIX_VERSION="4.21-1" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"