From f03aeddfcc640f34be3bd70c90a53fd5e6bfdec2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 16 May 2025 13:00:20 +0200 Subject: [PATCH] bump version to v28.2.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 a05e4a1d5d..19bc64e506 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -28.0.0-dev +28.2.0-dev