From a9803915b379e757db882e82d539e4c9084d5b97 Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Sat, 30 Dec 2023 18:26:31 -0500 Subject: [PATCH] Bump version to 6.6.8 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c5390da..b1adecd 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="6.6.2" +VERSION="6.6.8" ROOT="$PWD" TARBALL="linux-${VERSION}.tar.xz"