Skip to content

Commit

Permalink
Correct software version for CWR 3
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Dec 10, 2024
1 parent b79078f commit 0e1e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmp_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from decimal import Decimal

SOFTWARE = "DMP.MATIJAKOLARIC.COM"
SOFTWARE_VERSION = "24.7 HOLIDAY (OPEN SOURCE)"
SOFTWARE_VERSION = "24.12 HOLIDAY SPECIAL"

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

Expand Down

0 comments on commit 0e1e6da

Please sign in to comment.