From 9e27833cc2063b1253844394057adfbbeb368a10 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sun, 5 Mar 2023 05:15:41 -0600 Subject: [PATCH] Update VERSION.sh --- VERSION.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.sh b/VERSION.sh index 29c17dc7..958a34c2 100644 --- a/VERSION.sh +++ b/VERSION.sh @@ -28,7 +28,7 @@ case $1 in --help) displayHelp; exit 0;; esac -THOR_VER="109.0.5414.128" +THOR_VER="109.0.5414.131" export THOR_VER &&