Updated version for release of version 0.20.1

This commit is contained in:
Oscar Batori
2020-10-02 09:41:45 -07:00
parent a652e55acb
commit a227eebdf7

View File

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