summarylogtreecommitdiffstats
path: root/upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.sh')
-rwxr-xr-xupgrade.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/upgrade.sh b/upgrade.sh
index 4f305f139666..df9e30de78c8 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -5,7 +5,6 @@
pacman -Q | grep sqlite
echo "Enter new version: "
read -r version
-#version=3.41.2
# check version
if [ -z "$version" ]; then