Skip to content

Commit 553bb7b

Browse files
committed
Prepare 1.5.0 release notes
Signed-off-by: Derek McGowan <[email protected]>
1 parent df0cc5b commit 553bb7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
88
# previous release
99
previous = "v1.4.0"
1010

11-
pre_release = true
11+
pre_release = false
1212

1313
preface = """\
1414
The sixth major release of containerd includes many stability improvements

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"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.5.0-rc.3+unknown"
26+
Version = "1.5.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)