Prepare release notes for v1.6.0-beta.4

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2021-11-29 15:36:01 -08:00
parent 4236f6b225
commit 569042e6df
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

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.6.0-beta.3+unknown"
Version = "1.6.0-beta.4+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.