Skip to content

Commit 6b4ff5d

Browse files
author
Itay Donanhirsh
committed
empty commit and date when unknown
1 parent db8177f commit 6b4ff5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/clutter/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77

88
var (
99
version = "dev"
10-
commit = "none"
11-
date = "unknown"
10+
commit = ""
11+
date = ""
1212
)
1313

1414
func main() {

0 commit comments

Comments
 (0)