Skip to content

Commit

Permalink
Update version.py (#8443)
Browse files Browse the repository at this point in the history
Bump version number to 0.16.8
  • Loading branch information
SchrodingersGat authored Nov 7, 2024
1 parent 3fe0474 commit f23d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/InvenTree/InvenTree/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION

# InvenTree software version
INVENTREE_SW_VERSION = '0.16.7'
INVENTREE_SW_VERSION = '0.16.8'


logger = logging.getLogger('inventree')
Expand Down

0 comments on commit f23d405

Please sign in to comment.