mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
/go/cmd/dolt/dolt.go: fix dolt version format
This commit is contained in:
@@ -50,7 +50,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
Version = "v0.33.0"
|
||||
Version = "0.33.0"
|
||||
)
|
||||
|
||||
var dumpDocsCommand = &commands.DumpDocsCmd{}
|
||||
|
||||
Reference in New Issue
Block a user