release: prepare 1.0.0

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-12-04 19:42:26 -08:00
parent 40c67fdf78
commit 4d5c2860d2
4 changed files with 65 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ var (
Package = "github.com/containerd/containerd"
// Version holds the complete version number. Filled in at linking time.
Version = "1.0.0-rc.0+unknown"
Version = "1.0.0+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.