Prepare release notes for v1.7.0-rc.3

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-03-07 16:55:23 -08:00
parent 29e10a192a
commit 0efc498d3d
2 changed files with 2 additions and 2 deletions

View File

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