diff --git a/core/ui/ControlPanel/Plugins.tid b/core/ui/ControlPanel/Plugins.tid
index ee91a4ddb..58655c0dc 100644
--- a/core/ui/ControlPanel/Plugins.tid
+++ b/core/ui/ControlPanel/Plugins.tid
@@ -2,6 +2,6 @@ title: $:/core/ui/ControlPanel/Plugins
tags: $:/tags/ControlPanel
caption: Plugins
-
| Title | Description |
<$list filter="[!has[draft.of]has[plugin-type]sort[title]]">| <$link to={{!!title}}><$view field="title"/>$link> | <$view field="description"/> |
$list>
+| Title | Description | Version |
<$list filter="[!has[draft.of]has[plugin-type]sort[title]]">| <$link to={{!!title}}><$view field="title"/>$link> | <$view field="description"/> | <$view field="version"/> |
$list>