Skip to content

Commit 111d9dd

Browse files
author
Katrina Owen
committed
Bump version to 3.0.0-alpha.2
1 parent e23fb64 commit 111d9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Version is the version of the current build.
1111
// It follows semantic versioning.
12-
const Version = "3.0.0-alpha.1"
12+
const Version = "3.0.0-alpha.2"
1313

1414
// checkLatest flag for version command.
1515
var checkLatest bool

0 commit comments

Comments
 (0)