gopls/internal/lsp/debug: update hard-coded version for v0.12.3

For golang/go#60917

Change-Id: I21868a206f35bb06d4b492a1bb97e021d174cb82
Reviewed-on: https://go-review.googlesource.com/c/tools/+/504816
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
diff --git a/gopls/internal/lsp/debug/info.go b/gopls/internal/lsp/debug/info.go
index 27a4560..2be5717 100644
--- a/gopls/internal/lsp/debug/info.go
+++ b/gopls/internal/lsp/debug/info.go
@@ -30,7 +30,7 @@
 )
 
 // Version is a manually-updated mechanism for tracking versions.
-const Version = "v0.12.1"
+const Version = "v0.12.3"
 
 // ServerVersion is the format used by gopls to report its version to the
 // client. This format is structured so that the client can parse it easily.