Skip to content

Commit

Permalink
update build metadta
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed May 10, 2024
1 parent 53392e2 commit b105e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package version

var (
// Version is the current version of the oras.
Version = "1.2.0-beta.1"
Version = "1.2.0-rc.1"
// BuildMetadata is the extra build time data
BuildMetadata = "unreleased"
BuildMetadata = "test"
// GitCommit is the git sha1
GitCommit = ""
// GitTreeState is the state of the git tree
Expand Down

0 comments on commit b105e49

Please sign in to comment.