Skip to content

Commit

Permalink
Merge pull request #68 from osmosis-labs/update-testnet-version
Browse files Browse the repository at this point in the history
Updated testnet version to v24.0.0-rc0
  • Loading branch information
alessandrolomanto authored Apr 9, 2024
2 parents 7a7bdf1 + c5354ae commit e946283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
PRUNING_CHOICES = ['default', 'nothing', 'everything']

MAINNET_VERSION = "23.0.8"
TESTNET_VERSION = "23.0.0-rc1"
TESTNET_VERSION = "24.0.0-rc0"

# CLI arguments
parser = argparse.ArgumentParser(description="Osmosis Installer")
Expand Down

0 comments on commit e946283

Please sign in to comment.