Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 6088b4d

Browse files
committed
Bump version to v0.8.1-alpha
1 parent a27aec9 commit 6088b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var GitCommit string
1010

1111
// Version returns the main version number that is being run at the moment.
12-
const Version = "v0.6.0-alpha"
12+
const Version = "v0.8.1-alpha"
1313

1414
// Build indicates whether the build was a development or a production build.
1515
var Build string

0 commit comments

Comments
 (0)