Skip to content

Commit

Permalink
Test Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 16, 2023
1 parent 2f57174 commit 464cf06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jukebox/jukebox/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 3
VERSION_MINOR = 5
VERSION_PATCH = 0
VERSION_MINOR = 999999
VERSION_PATCH = 999999
VERSION_EXTRA = "alpha"

__version__ = '%i.%i.%i' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
Expand Down

0 comments on commit 464cf06

Please sign in to comment.