Skip to content

Commit 0d0850a

Browse files
committed
Prepare v2.0.0-rc.0
Signed-off-by: Derek McGowan <[email protected]>
1 parent f5abb63 commit 0d0850a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

releases/v2.0.0-beta.toml renamed to releases/v2.0.0-rc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ See also the [Getting Started](https://github.com/containerd/containerd/blob/mai
3434
override_deps."github.com/containerd/log".previous = "cf9777876edf6a4aa230c739bc7eec5ab8349e9c"
3535
override_deps."github.com/containerd/plugin".previous = "497c49344a4b9894a7e26497420cb7fa817facba"
3636
override_deps."github.com/containerd/platforms".previous = "f18f3c661f7de73d5569f61ff72d98dae1c1700a"
37-
override_deps."github.com/containerd/errdefs".previous = "f18f3c661f7de73d5569f61ff72d98dae1c1700a"
37+
override_deps."github.com/containerd/errdefs".previous = "e0d1732a5c38bb3b899832b4e66e7bbb2216559f"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd/v2"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "2.0.0-beta.2+unknown"
26+
Version = "2.0.0-rc.0+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)