Skip to content

Commit 3c5e899

Browse files
authored
bump: update version to rc.2 (#858)
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
1 parent e53c5ad commit 3c5e899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package version
1717

1818
var (
1919
// Version is the current version of the oras.
20-
Version = "1.0.0-rc.1"
20+
Version = "1.0.0-rc.2"
2121
// BuildMetadata is the extra build time data
2222
BuildMetadata = "unreleased"
2323
// GitCommit is the git sha1

0 commit comments

Comments
 (0)