From a10b3c7f3d4912415a79fba683070e2b627c2c5a Mon Sep 17 00:00:00 2001
From: Aidan Salzmann <aidan@stridelabs.co>
Date: Mon, 5 Dec 2022 15:57:49 -0600
Subject: [PATCH] v4.0.2 (#468)

---
 CHANGELOG.md                 | 2 ++
 app/app.go                   | 2 +-
 cmd/strided/config/config.go | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c83e534e1..a397760fb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,8 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [v4.0.2](https://github.com/Stride-Labs/stride/releases/tag/v4.0.0) - 2022-12-05
+1. Rebuild protos, fix v3 reference ((9d83474e7)[https://github.com/Stride-Labs/stride/commit/9d83474e741c4f79ba3a4132d10881362f28ab7e])
 
 ## [v4.0.0](https://github.com/Stride-Labs/stride/releases/tag/v4.0.0) - 2022-11-27
 ### On-Chain changes
diff --git a/app/app.go b/app/app.go
index 2027efd15e..d7eb039487 100644
--- a/app/app.go
+++ b/app/app.go
@@ -136,7 +136,7 @@ import (
 const (
 	AccountAddressPrefix = "stride"
 	Name                 = "stride"
-	Version              = "4.0.0"
+	Version              = "4.0.2"
 )
 
 // this line is used by starport scaffolding # stargate/wasm/app/enabledProposals
diff --git a/cmd/strided/config/config.go b/cmd/strided/config/config.go
index e249bfb011..bf7077b2de 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 = "v4.0.0"
+	version.Version = "v4.0.2"
 }
 
 // SetBech32Prefixes sets the global prefixes to be used when serializing addresses and public keys to Bech32 strings.