Wiki: fix issue with version number in fedmsg plugin

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2022-06-17 13:18:25 +10:00
parent 04cbde6ef1
commit 201707b04d

View file

@ -47,7 +47,7 @@ $wgExtensionCredits['parserhook'][] = array(
'author' => 'Ralph Bean',
'url' => 'https://pagure.io/fedora-infra/ansible/blob/main/f/roles/mediawiki/files/fedmsg-emit.php',
'description' => "A MediaWiki plugin that emits messages to the Fedora Infrastructure Message Bus.",
'version' => 0.2.0,
'version' => '0.2.0',
);