Skip to content

Commit 5ca39a0

Browse files
committed
bump version
1 parent 7ca8d99 commit 5ca39a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/version/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import (
55
)
66

77
const (
8-
LatestVersion = "v0.0.5"
8+
LatestVersion = "v0.0.6"
99
)
1010

1111
var (
12-
Version string // = "v0.0.0"
13-
BuildDate string // = "2023-03-06_09:55:34"
12+
Version string
13+
BuildDate string
1414
Commit string
1515
)
1616

0 commit comments

Comments
 (0)