Skip to content

Commit 5224d2c

Browse files
committed
Print version number
1 parent b89bd7c commit 5224d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mob.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ func help() {
364364
}
365365

366366
func version() {
367-
say("BEST version")
367+
say("v0.0.1")
368368
}
369369

370370
func silentgit(args ...string) string {

0 commit comments

Comments
 (0)