Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
 * Add a deprecation notice to pkg/keyctl.
 * Remove pkg/keyctl/keyID.ID
 * Restore the return value of pkg/keyctl/*.ID to be int32
 * Update keyctl for other arches

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Aug 5, 2019
1 parent 04d8b0f commit fdcc57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
VersionPatch = 1

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit fdcc57e

Please sign in to comment.