diff --git a/cmd/strided/config/config.go b/cmd/strided/config/config.go index e5af9c6313..7abf541bc7 100644 --- a/cmd/strided/config/config.go +++ b/cmd/strided/config/config.go @@ -40,7 +40,7 @@ func SetupConfig() { version.AppName = "stride" version.Name = "strided" - version.Version = "v0.4.1" + version.Version = "v1.0.0" } // SetBech32Prefixes sets the global prefixes to be used when serializing addresses and public keys to Bech32 strings.