diff --git a/releases/v1.4.0-beta.toml b/releases/v1.4.0-beta.toml index 2af9b259d..9f1db3089 100644 --- a/releases/v1.4.0-beta.toml +++ b/releases/v1.4.0-beta.toml @@ -83,6 +83,7 @@ while driving toward ever increasing stability. * **Add support for 'container-name' OCI annotation** [cri#1436](https://github.com/containerd/cri/pull/1436) * **Remove socat for port forwarding** [cri#1470](https://github.com/containerd/cri/pull/1470) * **Add config flag to default empty seccomp profile** [cri#1472](https://github.com/containerd/cri/pull/1472) +* **Add SELinux support** [cri#1487](https://github.com/containerd/cri/pull/1487) And many more improvements and bug fixes in the complete changelog""" diff --git a/version/version.go b/version/version.go index 8175d6109..fd57df473 100644 --- a/version/version.go +++ b/version/version.go @@ -23,7 +23,7 @@ var ( Package = "github.com/containerd/containerd" // Version holds the complete version number. Filled in at linking time. - Version = "1.4.0-beta.0+unknown" + Version = "1.4.0-beta.1+unknown" // Revision is filled with the VCS (e.g. git) revision being used to build // the program at linking time.