Skip to content

Commit

Permalink
version: update to 1.0.0-rc3
Browse files Browse the repository at this point in the history
When image-tools was split off from image-spec 1.0.0~rc2, we downgraded
the effective version. This caused issues with the Debian package[1], so
we need to bump the version to be later than 1.0.0~rc2 to resolve this
issue.

[1]: https://bugs.debian.org/900900

Signed-off-by: Aleksa Sarai <[email protected]>
  • Loading branch information
cyphar committed Dec 3, 2019
1 parent 93db3b1 commit 25e557a
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 @@ -25,7 +25,7 @@ const (
VersionPatch = 0

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

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

0 comments on commit 25e557a

Please sign in to comment.