[ga-bump-release] Update Dolt version to 1.0.1 and release v1.0.1

This commit is contained in:
max-hoffman
2023-05-11 17:29:10 +00:00
parent cdbd45864a
commit 1c1db7a62e

View File

@@ -62,7 +62,7 @@ import (
)
const (
Version = "1.0.0"
Version = "1.0.1"
)
var dumpDocsCommand = &commands.DumpDocsCmd{}