Skip to content

Commit

Permalink
incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Jun 8, 2023
1 parent d454fa8 commit 08a44d1
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 @@ -145,7 +145,7 @@ import (
const (
AccountAddressPrefix = "stride"
Name = "stride"
Version = "9.1.1"
Version = "9.2.1"
)

// 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 @@ -42,7 +42,7 @@ func SetupConfig() {

version.AppName = "stride"
version.Name = "strided"
version.Version = "v9.1.1"
version.Version = "v9.2.1"
}

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

0 comments on commit 08a44d1

Please sign in to comment.