Skip to content

Commit

Permalink
Release version 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Sep 11, 2024
1 parent 33866c6 commit 8dffee1
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 70 deletions.
4 changes: 2 additions & 2 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
interface Environment
{
public const PROJECT_NAME = 'My Database Packages by HungNG';
public const VERSION = '4.0.4';
public const LAST_MODIFIED = '2024-05-01';
public const VERSION = '4.0.5';
public const LAST_MODIFIED = '2024-09-11';
public const AUTHOR_NAME = 'Hung Nguyen';
public const AUTHOR_EMAIL = 'dev@nguyenanhung.com';
public const AUTHOR_URL = 'https://nguyenanhung.com';
Expand Down
Loading

0 comments on commit 8dffee1

Please sign in to comment.