Merge pull request #9318 from dmcgowan/prepare-2.0-beta.0

Prepare release notes for 2.0.0-beta.0
This commit is contained in:
Derek McGowan
2023-11-06 17:21:29 +00:00
committed by GitHub
3 changed files with 47 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ var (
Package = "github.com/containerd/containerd/v2"
// 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.