We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cf587 commit 173c010Copy full SHA for 173c010
internal/version/version.go
@@ -2,7 +2,7 @@ package version
2
3
var (
4
// Version is the current version of the oras.
5
- Version = "0.9.0"
+ Version = "0.10.0"
6
// BuildMetadata is the extra build time data
7
BuildMetadata = "unreleased"
8
// GitCommit is the git sha1
0 commit comments