Skip to content

Commit

Permalink
hotfix v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Feb 11, 2024
1 parent b8489b4 commit 88622f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jukebox/jukebox/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

VERSION_MAJOR = 3
VERSION_MINOR = 6
VERSION_PATCH = 0
VERSION_EXTRA = "alpha"
VERSION_MINOR = 5
VERSION_PATCH = 1
VERSION_EXTRA = ""

# build a version string in compliance with the SemVer specification
# https://semver.org/#semantic-versioning-specification-semver
Expand Down

0 comments on commit 88622f3

Please sign in to comment.