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

Commit d308981

Browse files
committed
Bump version 0.1.0
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 96f5227 commit d308981

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
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// VERSION should be updated by hand at each release
5-
VERSION = "0.0.0-dev"
5+
VERSION = "0.1.0"
66

77
// GITCOMMIT will be overwritten automatically by the build system
88
GITCOMMIT = "HEAD"

0 commit comments

Comments
 (0)