This commit is contained in:
SergeantPanda 2025-04-10 14:45:13 -05:00
commit e77df3d562

View file

@ -1,5 +1,5 @@
"""
Dispatcharr version information.
"""
__version__ = '0.2.0' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__version__ = '0.3.0' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__build__ = '0' # Auto-incremented on builds