Skip to content

Commit

Permalink
build: upgrade version to v1.0.0-rc.2 (#558)
Browse files Browse the repository at this point in the history
Upgrading the notation version to v.1.0.0-rc.2

Signed-off-by: Byron Chien <[email protected]>
  • Loading branch information
byronchien authored Feb 17, 2023
1 parent 186f970 commit 5e2fa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
// Version shows the current notation version, optionally with pre-release.
Version = "v1.0.0-rc.1"
Version = "v1.0.0-rc.2"

// BuildMetadata stores the build metadata.
//
Expand Down

0 comments on commit 5e2fa4a

Please sign in to comment.