Skip to content

Commit 790c1cc

Browse files
committed
update version
1 parent 84d9d49 commit 790c1cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/root.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
)
3030

3131
const (
32-
version = "v0.0.7"
32+
version = "v0.0.8"
3333
)
3434

3535
var (
@@ -125,5 +125,4 @@ func initConfig() {
125125
log.Fatal().Msgf("Error reading config file: %v", err)
126126
}
127127
}
128-
129128
}

0 commit comments

Comments
 (0)