Skip to content

Commit

Permalink
chore: increase code version
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Apr 19, 2023
1 parent 72b1ef3 commit d05027c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"swagger": "2.0",
"info": {
"title": "Terra Core Rest API",
"description": "Rest Interface for Terra Core v2.3.0 https://github.com/terra-money/core",
"version": "2.3.0"
"description": "Rest Interface for Terra Core v2.3.1 https://github.com/terra-money/core",
"version": "2.3.1"
},
"apis": [
{
Expand Down
4 changes: 2 additions & 2 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
swagger: '2.0'
info:
title: Terra Core Rest API
description: Rest Interface for Terra Core v2.3.0 https://github.com/terra-money/core
version: 2.3.0
description: Rest Interface for Terra Core v2.3.1 https://github.com/terra-money/core
version: 2.3.1
paths:
/terra/alliances:
get:
Expand Down
2 changes: 1 addition & 1 deletion scripts/chain-upgrade-tester/chain-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CHAIN_ID=pisco-1
CHAIN_HOME=.testnet
ROOT=$(pwd)
DENOM=uluna
SOFTWARE_UPGRADE_NAME="2.3.0"
SOFTWARE_UPGRADE_NAME="2.3.1"
GOV_PERIOD="10s"

VAL_MNEMONIC_1="clock post desk civil pottery foster expand merit dash seminar song memory figure uniform spice circle try happy obvious trash crime hybrid hood cushion"
Expand Down

0 comments on commit d05027c

Please sign in to comment.