Prepare release notes for v2.0.0-beta.0

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-10-30 05:57:53 -07:00
parent 6ca4b52605
commit 2dfae4c4b6
2 changed files with 34 additions and 1 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+unknown"
Version = "2.0.0-beta.0+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.