Skip to content

Commit 4cd245c

Browse files
authored
Merge pull request #1218 from Two-Hearts/release
bump: release v2.0.0-alpha.1
2 parents 6ddc128 + 6c5c35a commit 4cd245c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ package version
1515

1616
var (
1717
// Version shows the current notation version, optionally with pre-release.
18-
Version = "v1.2.0-beta.1"
18+
Version = "v2.0.0-alpha.1"
1919

2020
// BuildMetadata stores the build metadata.
2121
//

0 commit comments

Comments
 (0)