From e225d5191977e48cc877ab91f98304818872e27f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 13 Jun 2025 14:11:56 +0200 Subject: [PATCH] bump version to v28.3.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 19bc64e506..af15bc84df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -28.2.0-dev +28.3.0-dev