Skip to content

Commit

Permalink
Merge pull request #544 from GhostManager/hotfix/minor-version-fix
Browse files Browse the repository at this point in the history
Fixed version number in side bar
  • Loading branch information
chrismaddalena authored Oct 23, 2024
2 parents ffee29c + 359b9cc commit d627a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# 3rd Party Libraries
import environ

__version__ = "4.3.2"
__version__ = "4.3.3"
VERSION = __version__
RELEASE_DATE = "30 September 2024"
RELEASE_DATE = "21 October 2024"

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

0 comments on commit d627a92

Please sign in to comment.