Skip to content

Commit d66281e

Browse files
committed
chore: 2.3.9
1 parent 3e444f2 commit d66281e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function title(): string { return 'Mail System'; }
5656
public function description(): string { return I18N::translate('Sends out newsletters at regular intervals'); }
5757
public function customModuleAuthorName(): string { return 'EvanG'; }
5858
public function customModuleSupportUrl(): string { return 'https://github.com/06Games/Webtrees-MailSystem'; }
59-
public function customModuleVersion(): string { return '2.3.8'; }
59+
public function customModuleVersion(): string { return '2.3.9'; }
6060
public function customModuleLatestVersionUrl(): string { return 'https://github.com/06Games/Webtrees-MailSystem/raw/main/version.txt'; }
6161
public function resourcesFolder(): string { return __DIR__ . '/resources/'; }
6262
public function getConfigLink(): string { return route(AdminPage::class); }

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.8
1+
2.3.9

0 commit comments

Comments
 (0)