Skip to content

Commit 986e7df

Browse files
committed
chore: bump version to 3.0.0-alpha.5
1 parent 264240e commit 986e7df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
// stdinReader is the reader used for interactive prompts. Tests can replace it.
3030
var stdinReader io.Reader = os.Stdin
3131

32-
var Version = "3.0.0-alpha.4"
32+
var Version = "3.0.0-alpha.5"
3333

3434
var updateChecker *update.Checker
3535

0 commit comments

Comments
 (0)