From efabcaee397ca019dca75db199d2c600f9b0f20e Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Mon, 6 Mar 2023 16:52:04 +0800 Subject: [PATCH] bump: update version to rc.2 Signed-off-by: Billy Zha --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 070604c7f..9dc88dc7a 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -17,7 +17,7 @@ package version var ( // Version is the current version of the oras. - Version = "1.0.0-rc.1" + Version = "1.0.0-rc.2" // BuildMetadata is the extra build time data BuildMetadata = "unreleased" // GitCommit is the git sha1