From 7e83ff77352574eca9830d25bc760f8310c53b40 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 6 Feb 2025 01:41:59 +0100 Subject: [PATCH] bump version to v28.0.0-dev This file is only used as default if no version is specified. We should probably get rid of this, but let's update it to better reflect the version that developer builds are building. https://github.com/docker/cli/blob/d48fb9f9f7bdb6e0ef37dbde68612a1704cad46e/docker.Makefile#L22 Signed-off-by: Sebastiaan van Stijn --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 54d1a34536..a05e4a1d5d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -27.3.1-dev +28.0.0-dev