all: release v1.36.1

Change-Id: I551d270a4c0010bcdc87056715a1c38271ca2f5c
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/637937
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 1e892a0..3018450 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -52,8 +52,8 @@
 const (
 	Major      = 1
 	Minor      = 36
-	Patch      = 0
-	PreRelease = "devel"
+	Patch      = 1
+	PreRelease = ""
 )
 
 // String formats the version string for this module in semver format.