Prepare release notes for v2.0.5

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-04-16 21:54:20 -07:00
parent ab513cdec2
commit a8082cd60d
2 changed files with 28 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ var (
Package = "github.com/containerd/containerd/v2"
// Version holds the complete version number. Filled in at linking time.
Version = "2.0.4+unknown"
Version = "2.0.5+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.