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

Commit 83c2170

Browse files
committed
Bump version to v0.10.0-beta
1 parent 73e8d2a commit 83c2170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.9.0-alpha"
12+
const Version = "v0.10.0-beta"
1313

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

0 commit comments

Comments
 (0)