Skip to content

Commit

Permalink
tests(localnet): upgrade test for core v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inon-man committed Aug 9, 2024
1 parent 8aff783 commit 29a5a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/updates/prepare_cosmovisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# These fields should be fetched automatically in the future
# Need to do more upgrade to see upgrade patterns
OLD_VERSION=v3.1.3
OLD_VERSION=v3.1.4
# this command will retrieve the folder with the largest number in format v<number>
SOFTWARE_UPGRADE_NAME=$(ls -d -- ./app/upgrades/v* | sort -Vr | head -n 1 | xargs basename)
BUILDDIR=$1
Expand Down

0 comments on commit 29a5a45

Please sign in to comment.