all: release v1.36.2

Change-Id: If65cf0b9b0dbf5ee87344d75c663c3305506f298
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/641015
Reviewed-by: Chressie Himpel <chressie@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/internal/version/version.go b/internal/version/version.go
index e9da8c0..386c823 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -52,8 +52,8 @@
 const (
 	Major      = 1
 	Minor      = 36
-	Patch      = 1
-	PreRelease = "devel"
+	Patch      = 2
+	PreRelease = ""
 )
 
 // String formats the version string for this module in semver format.