Skip to content

Commit

Permalink
Update ProjectInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung authored Sep 21, 2024
1 parent 9bde681 commit 7ae3069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*/
interface ProjectInterface
{
const VERSION = '3.0.8';
const LAST_MODIFIED = '2022-08-15';
const VERSION = '3.0.9';
const LAST_MODIFIED = '2024-09-22';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_EMAIL = 'dev@nguyenanhung.com';
const PROJECT_NAME = 'Monitor Connector';
Expand Down

0 comments on commit 7ae3069

Please sign in to comment.