Skip to content

Commit

Permalink
Add new version. Improve Notice (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
dethos authored Sep 23, 2024
1 parent 3e95ab0 commit 4672679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hawkpost lets you create unique links that you can share with the person that de

You can deploy your own server using the code from this repository or use the official server (that is running an exact copy of this repo) at [https://hawkpost.co](https://hawkpost.co).

**Notice**
## NOTICE

**Hawkpost is currently in maintenance mode. This means that bug fixes will be merged and vulnerabilities in the codebase and its dependencies will be patched; however, improvements and new features will not be handled or included.**

Expand Down
2 changes: 1 addition & 1 deletion hawkpost/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@
SUPPORT_NAME = os.environ.get("SUPPORT_NAME")
SUPPORT_EMAIL = os.environ.get("SUPPORT_EMAIL")
INSTANCE_DESCRIPTION = os.environ.get("INSTANCE_DESCRIPTION", "")
VERSION = "1.3.0"
VERSION = "1.4.0"

0 comments on commit 4672679

Please sign in to comment.