Skip to content

Commit

Permalink
version bump to retry build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Mar 28, 2024
1 parent c0c048c commit 17bc3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Settings(BaseSettings):
pflink_mongodb: MongoDsn = 'mongodb://localhost:27017'
version: str = "4.0.0"
version: str = "4.0.1"
mongo_username: str = "admin"
mongo_password: str = "admin"
log_level: str = "DEBUG"
Expand Down

0 comments on commit 17bc3f0

Please sign in to comment.