diff --git a/arm-install.sh b/arm-install.sh index 91928ef..9407b7e 100644 --- a/arm-install.sh +++ b/arm-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="3.9.91" +VERSION="4.0.0-beta+0.1" DOWNLOAD_HOST="https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/linux/arm" ORIGIN_EXEC="rustminersystem-${VERSION}" diff --git a/armv7-install.sh b/armv7-install.sh index 7793bad..752f452 100644 --- a/armv7-install.sh +++ b/armv7-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="3.9.91" +VERSION="4.0.0-beta+0.1" DOWNLOAD_HOST="https://github.com/EvilGenius-dot/RustMinerSystem/raw/main/linux/armv7" ORIGIN_EXEC="rustminersystem-${VERSION}" diff --git a/linux/arm/rustminersystem-4.0.0-beta+0.1 b/linux/arm/rustminersystem-4.0.0-beta+0.1 new file mode 100755 index 0000000..8d7e2d0 Binary files /dev/null and b/linux/arm/rustminersystem-4.0.0-beta+0.1 differ diff --git a/linux/armv7/rustminersystem-4.0.0-beta+0.1 b/linux/armv7/rustminersystem-4.0.0-beta+0.1 new file mode 100755 index 0000000..d20a837 Binary files /dev/null and b/linux/armv7/rustminersystem-4.0.0-beta+0.1 differ