From 59a43358fed1cc10a07aa32e964616a26b477360 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 17 Mar 2025 23:27:40 +0100 Subject: [PATCH] fix api version --- src/backend/InvenTree/InvenTree/api_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index c023dc74c0..24a13aaa6e 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -8,7 +8,7 @@ INVENTREE_API_VERSION = 325 INVENTREE_API_TEXT = """ -v324 - 2024-03-17 : https://github.com/inventree/InvenTree/pull/9244 +v325 - 2024-03-17 : https://github.com/inventree/InvenTree/pull/9244 - Adds the option for superusers to list all user tokens - Make list endpoints sortable, filterable and searchable