Skip to content

Commit

Permalink
v2.0.3 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzmann authored Oct 25, 2022
1 parent c5ea19b commit 650c990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import (
const (
AccountAddressPrefix = "stride"
Name = "stride"
Version = "2.0.0"
Version = "2.0.3"
)

// this line is used by starport scaffolding # stargate/wasm/app/enabledProposals
Expand Down
2 changes: 1 addition & 1 deletion cmd/strided/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func SetupConfig() {

version.AppName = "stride"
version.Name = "strided"
version.Version = "v2.0.0"
version.Version = "v2.0.3"
}

// SetBech32Prefixes sets the global prefixes to be used when serializing addresses and public keys to Bech32 strings.
Expand Down

0 comments on commit 650c990

Please sign in to comment.