Skip to content

Commit

Permalink
Remove old code from updater bash
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Apr 29, 2024
1 parent 6f88400 commit cd0fdb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions update.sh
Original file line number Diff line number Diff line change
@@ -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 "'")

Expand Down

0 comments on commit cd0fdb3

Please sign in to comment.