We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16170df commit e3f584fCopy full SHA for e3f584f
1 file changed
internal/version/version.go
@@ -17,9 +17,9 @@ package version
17
18
var (
19
// Version is the current version of the oras.
20
- Version = "1.3.0"
+ Version = "1.3.1"
21
// BuildMetadata is the extra build time data
22
- BuildMetadata = "unreleased"
+ BuildMetadata = ""
23
// GitCommit is the git sha1
24
GitCommit = ""
25
// GitTreeState is the state of the git tree
0 commit comments