Skip to content

Commit

Permalink
build: bump up version to v1.0.0-rc.3 (#583)
Browse files Browse the repository at this point in the history
Update:
- Bump up version to `v1.0.0-rc.3`

Signed-off-by: Yi Zha <yizha1@microsoft.com>
  • Loading branch information
yizha1 committed Mar 7, 2023
1 parent 9b714c7 commit 233c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -2,7 +2,7 @@ package version

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

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

0 comments on commit 233c0ea

Please sign in to comment.