Skip to content

Commit

Permalink
Merge pull request #91 from nguyenanhung/v4.x
Browse files Browse the repository at this point in the history
Release version 4.0.5
  • Loading branch information
nguyenanhung authored Sep 11, 2024
2 parents 33866c6 + 8dffee1 commit fe2a22c
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 fe2a22c

Please sign in to comment.