Updated version for release of version 0.22.6

This commit is contained in:
Oscar Batori
2020-12-03 21:04:10 -08:00
parent a4886cbe46
commit 4bad22669d
+1 -1
View File
@@ -43,7 +43,7 @@ import (
)
const (
Version = "0.22.5"
Version = "0.22.6"
)
var dumpDocsCommand = &commands.DumpDocsCmd{}