Skip to content

Commit 1549dda

Browse files
authored
Merge pull request #1998 from stevvooe/use-correct-version
release: use correct version number
2 parents 27cbd2a + ec0b96a commit 1549dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var (
55
Package = "github.com/containerd/containerd"
66

77
// Version holds the complete version number. Filled in at linking time.
8-
Version = "1.0.1+unknown"
8+
Version = "1.0.1-rc.0+unknown"
99

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

0 commit comments

Comments
 (0)