Skip to content

Commit

Permalink
Merge pull request #94 from osmosis-labs/UPDATE-TESTNET_VERSION-TO-25…
Browse files Browse the repository at this point in the history
….1.3-54920416b14d

Update TESTNET_VERSION version to 25.1.3
  • Loading branch information
alessandrolomanto authored Jun 28, 2024
2 parents 46776b1 + b198a1b commit f2d3c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion i.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
INSTALL_CHOICES = ['node', 'client', 'localosmosis']
PRUNING_CHOICES = ['default', 'nothing', 'everything']


MAINNET_VERSION = "25.1.3"
TESTNET_VERSION = "25.1.2"
TESTNET_VERSION = "25.1.3"

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

0 comments on commit f2d3c94

Please sign in to comment.