From 20312de8db1f55e054b278db7b8593f0bb767651 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:15:06 +0300 Subject: [PATCH] v1.4.20 update --- quilibrium_for_dummies.sh | 2 +- update/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quilibrium_for_dummies.sh b/quilibrium_for_dummies.sh index da964bd..a77baa3 100644 --- a/quilibrium_for_dummies.sh +++ b/quilibrium_for_dummies.sh @@ -6,7 +6,7 @@ source ~/.bashrc clear # Set the version number -VERSION="1.4.19" +VERSION="1.4.20" # Determine the ExecStart line based on the architecture ARCH=$(uname -m) diff --git a/update/update.sh b/update/update.sh index 9f81977..e4c696a 100644 --- a/update/update.sh +++ b/update/update.sh @@ -1,7 +1,7 @@ #!/bin/bash # Set the version number -VERSION="1.4.19" +VERSION="1.4.20" # Step 0: Welcome echo "This script is made with ❤️ by https://quilibrium.space @ 0xOzgur.eth for scalepod.io"