all: start v1.36.5-devel

Change-Id: I68c163ac7ac8fb75e88a5ce8b0c83b3869b54e3e
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/647156
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Chressie Himpel <chressie@google.com>
diff --git a/internal/version/version.go b/internal/version/version.go
index 01efc33..e8a3e41 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -53,7 +53,7 @@
 	Major      = 1
 	Minor      = 36
 	Patch      = 5
-	PreRelease = ""
+	PreRelease = "devel"
 )
 
 // String formats the version string for this module in semver format.