Skip to content

Commit

Permalink
version bump to 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Feb 5, 2024
1 parent a216c85 commit 9800f05
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 = "3.8.5"
version: str = "3.8.6"
mongo_username: str = "admin"
mongo_password: str = "admin"
log_level: str = "DEBUG"
Expand Down

0 comments on commit 9800f05

Please sign in to comment.