We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba12c5d commit 39748a4Copy full SHA for 39748a4
internal/version/version.go
@@ -17,7 +17,7 @@ package version
17
18
var (
19
// Version is the current version of the oras.
20
- Version = "1.3.0-beta.4"
+ Version = "1.3.0-rc.1"
21
// BuildMetadata is the extra build time data
22
BuildMetadata = "unreleased"
23
// GitCommit is the git sha1
0 commit comments