Skip to content

Commit

Permalink
Updated release date
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Jun 20, 2024
1 parent 459ed0f commit bc2c038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v4.2.1
18 June 2024
20 June 2024
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__version__ = "4.2.1"
VERSION = __version__
RELEASE_DATE = "18 June 2024"
RELEASE_DATE = "20 June 2024"

ROOT_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
APPS_DIR = ROOT_DIR / "ghostwriter"
Expand Down

0 comments on commit bc2c038

Please sign in to comment.