Skip to content

Commit

Permalink
release 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat committed Jan 7, 2024
1 parent 9944ee3 commit ddadf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify_dl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__all__ = ["VERSION"]

VERSION = "8.8.3"
VERSION = "8.9.0"

if os.getenv("XDG_CACHE_HOME") is not None:
SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"
Expand Down

0 comments on commit ddadf13

Please sign in to comment.