Skip to content

Commit

Permalink
bumps reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
bralbral committed Aug 1, 2024
1 parent a7e20cd commit fdcd363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
SQLITE_DATABASE_FILE_PATH: str = os.environ.get(
"SQLITE_DATABASE_FILE_PATH", os.path.join(ROOT_DIR, "youtube-notifier-bot.db")
)
VERSION: str = "2024-06-20.10"
VERSION: str = "2024-08-01.22"

__all__ = [
"CONFIG_FILE_PATH",
Expand Down

0 comments on commit fdcd363

Please sign in to comment.