Updated version for release of version 0.20.0

This commit is contained in:
Oscar Batori
2020-10-02 09:35:07 -07:00
parent c84f34075e
commit a652e55acb

View File

@@ -42,7 +42,7 @@ import (
)
const (
Version = "0.19.2"
Version = "0.20.0"
)
var dumpDocsCommand = &commands.DumpDocsCmd{}