From 01a36c69c4998dd191f406fbf78129497f75c421 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Mon, 2 Feb 2026 12:46:51 +0100 Subject: [PATCH] Preparation for 4.0.0 --- VERSION | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a423d42..0c89fc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.2 \ No newline at end of file +4.0.0 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 1734760..64c67ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: netbox: &netbox - image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2} + image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.0} depends_on: - postgres - redis