From cd0fdb364f881559ec590d41e1849693f13f990e Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Mon, 29 Apr 2024 16:39:43 +0400 Subject: [PATCH] Remove old code from updater bash --- update.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update.sh b/update.sh index 51f63e3a..2b497d8f 100644 --- a/update.sh +++ b/update.sh @@ -1,9 +1,5 @@ #!/bin/bash -# Update the project version - -python3 scripts/upstream.py - # Read the version from pubspec.yaml version=$(grep version pubspec.yaml | awk -F'[ +]' '{print $2}' | tr -d "'")