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

Commit 5b27455

Browse files
Bump version to 0.11.0
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 577016a commit 5b27455

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
@@ -7,7 +7,7 @@ import (
77

88
var (
99
// Version should be updated by hand at each release
10-
Version = "0.10.0"
10+
Version = "0.11.0"
1111

1212
// GitCommit will be overwritten automatically by the build system
1313
GitCommit = "HEAD"

0 commit comments

Comments
 (0)