Skip to content

Commit e3f584f

Browse files
authored
bump: tag and release ORAS CLI v1.3.1 (#1989)
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
1 parent 16170df commit e3f584f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ package version
1717

1818
var (
1919
// Version is the current version of the oras.
20-
Version = "1.3.0"
20+
Version = "1.3.1"
2121
// BuildMetadata is the extra build time data
22-
BuildMetadata = "unreleased"
22+
BuildMetadata = ""
2323
// GitCommit is the git sha1
2424
GitCommit = ""
2525
// GitTreeState is the state of the git tree

0 commit comments

Comments
 (0)