Skip to content

Commit

Permalink
v3.0.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: FUJITA Tomonori <[email protected]>
  • Loading branch information
fujita committed Dec 8, 2021
1 parent 97aefbb commit 3110868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const MINOR uint = 0
const PATCH uint = 0

var COMMIT string = ""
var IDENTIFIER string = "rc0"
var IDENTIFIER string = "rc1"
var METADATA string = ""

func Version() string {
Expand Down

0 comments on commit 3110868

Please sign in to comment.