From 6c0f3d088c8f0e2bb544668f5b50303f571bb4e5 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Mon, 30 Oct 2023 13:23:09 -0600 Subject: [PATCH] Release GE-Proton8-22 --- VERSION | 2 +- proton | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b0650eb7f..1913a1532 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -GE-Proton8-21 +GE-Proton8-22 diff --git a/proton b/proton index cfe865bcb..1fc072b1b 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-21" +CURRENT_PREFIX_VERSION="GE-Proton8-22" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"