Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit 25e557a

Browse files
committed
version: update to 1.0.0-rc3
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 <cyphar@cyphar.com>
1 parent 93db3b1 commit 25e557a

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
@@ -25,7 +25,7 @@ const (
2525
VersionPatch = 0
2626

2727
// VersionDev indicates development branch. Releases will be empty string.
28-
VersionDev = "-rc1-dev"
28+
VersionDev = "-rc3"
2929
)
3030

3131
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)