node version 2.0.3.2

This commit is contained in:
0xOzgur 2024-11-12 08:22:15 +03:00
parent 0823ee32ec
commit c827fa90cf
5 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Set the version number # Set the version number
VERSION="2.0.3.1" VERSION="2.0.3.2"
# Determine the ExecStart line based on the architecture # Determine the ExecStart line based on the architecture
ARCH=$(uname -m) ARCH=$(uname -m)

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
# Set the version number # Set the version number
VERSION="2.0.3.1" VERSION="2.0.3.2"
qClientVERSION="2.0.3.1" qClientVERSION="2.0.3.2"
cd ~ cd ~
# Step 0: Welcome # Step 0: Welcome

View File

@ -2,7 +2,7 @@
# Set the version number # Set the version number
VERSION="2.0.3-b7-testnet" VERSION="2.0.3-b7-testnet"
qClientVERSION="2.0.3.1" qClientVERSION="2.0.3.2"
cd ~ cd ~
# Step 0: Welcome # Step 0: Welcome

View File

@ -7,8 +7,8 @@ clear
# Set the version number # Set the version number
VERSION="2.0.3.1" VERSION="2.0.3.2"
qClientVERSION="2.0.3.1" qClientVERSION="2.0.3.2"
# Determine the ExecStart line based on the architecture # Determine the ExecStart line based on the architecture

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
VERSION="2.0.3.1" VERSION="2.0.3.2"
qClientVERSION="2.0.3.1" qClientVERSION="2.0.3.2"
# Step 0: Welcome # Step 0: Welcome