Skip to content

Commit

Permalink
8.8 release (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat committed May 10, 2023
1 parent 14f241d commit 8cc6043
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.7.0"
VERSION = "8.8.0"

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

0 comments on commit 8cc6043

Please sign in to comment.