Skip to content

Commit 9bb8467

Browse files
ncaqbbatsov
authored andcommitted
fix: version to client version
Replaces use of `copilot-installed-version` with `package-get-version` to correctly report the version.
1 parent 0f89e26 commit 9bb8467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copilot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ You can change the installed version with `M-x copilot-reinstall-server` or remo
484484
(:editorInfo
485485
(:name "Emacs" :version ,emacs-version)
486486
:editorPluginInfo
487-
(:name "copilot.el" :version ,(or (copilot-installed-version) "unknown"))
487+
(:name "copilot.el" :version ,(or (package-get-version) "unknown"))
488488
,@(when copilot-network-proxy
489489
`(:networkProxy ,copilot-network-proxy)))))
490490
(copilot--notify 'initialized '())

0 commit comments

Comments
 (0)