Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
omarperezr committed May 8, 2022
1 parent 11ce741 commit f777fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Settings:
PROJECT_TITLE: str = "SNotes"
PROJECT_VERSION: str = "0.1.3"
PROJECT_VERSION: str = "1.1.0"
DATA_PATH = os.getenv("DATA_PATH", pathlib.Path(os.getcwd(),"data"))
PASSWORD_EXPIRATION: str = os.getenv("PASSWORD_EXPIRATION")

Expand Down

0 comments on commit f777fcd

Please sign in to comment.